Skip to content

tublitzed/picture-smith

Repository files navigation

picture-smith

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.

Installation

  • 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".

About

Learning Express and Redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published