API documentation can be found on the above link.
This repository contains the front-end system for our Yummy recipe blog. The front-end display various pages like the login, register, password reset and the main page. The system gives errors in invalid data ie "Incorrect password" "Username taken" "Email taken" etc. The main page allows the user to add, edit and delete recipes.
- React
- Redux - for application state management
- Nodejs
- Axios - for promise HTTP requests
- CSS
- Node.js
- NPM
Execute the following command on your terminal to install all the needed packages:
npm install
Execute the following command to start the app:
npm start
``