Check out the links section for the link to the deployed application on Heroku!
To install this application on your local machine:
- Clone the application's repository and place it into a local directory on your computer.
- Ensure that your computer has node.js installed.
- Open a command-line interface (VS Code, Git Bash, etc.) and navigate to the root directory.
- In the command-line, download the application's dependencies by typing:
npm install
- To seed the database, type the following command:
npm run seed
- Start the application by typing the following command. Your default web browser will then open the application in a new tab.
npm run develop
The following images demonstrate the application's appearance and functionality.
- React
Special thanks to these developers for making this project possible:
This application is covered under the MIT License.