A sample app to learn Redux, and play around with React and Express.
The app will take a simple sentence and transform it into pictures using the Noun Project API.
npm install
- You will need a noun project account. Create one, and grab your API key and secret.
cp .env.example .env
- Now, replace the default values in
.env
with your Noun Project key & secret. npm start
to start the server.- Visit
http://localhost:3000/
For best results, try simple sentences, like "cats are cool", or "bacon is good".