"giphtionary" is a web application which returns definitions and related animated GIF images for words entered by the visitor.
Visitors have the additional option of creating an account for the option to save their words for later reference.
Run npm install
from the terminal to load the necessary dependecies from package.json
.
npm install
If launching this application locally, use node start
from the terminal. It will load on localhost:3000.
npm start
> [email protected] start C:\Users\<username>\ ... \giphtionary
> Starting the development server...
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.