This App makes uses of this Genie Hello API to generate your own welcome poster in a simple-to-use react app.
Try the hosted app here or Tickle the with the code in your local machine using the setup below.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone The repo
git clone https://github.com/cirbuk/genie-hello-reactapp.git
- Install required dependencies, set the nvm to 10.16. Guide to install nvm
cd genie-hello-reactapp
nvm use 10.16
npm install
- Start the webpack server
npm run build-development
- Start the express server in another terminal
npm start
- Get the app running on your browser
Simply type out your human name, a text, background color in the given input boxes and hit generate. You'll see a personalised poster just for you that looks something like this!