Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
OsamaAsim6876872/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
44 lines (32 sloc)
1.14 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Yummy Front-End | |
<p align="center"> | |
<img src="https://img.shields.io/badge/Nodejs-10.12.0-blue.svg?colorB=90c53f"> | |
<img src="https://img.shields.io/badge/React-16.6.3-blue.svg?colorB=764abc"> | |
<img src="https://img.shields.io/badge/Axios-0.18.0-blue.svg?colorB=764abc"> | |
<br/> | |
</p> | |
## [Documentation](https://documenter.getpostman.com/view/6192445/Rzn8PMEx) | |
API documentation can be found on the above link. | |
## Overview | |
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. | |
#### Using | |
- React | |
* Redux - for application state management | |
- Nodejs | |
- Axios - for promise HTTP requests | |
- CSS | |
## Getting started | |
#### Requirements | |
- Node.js | |
- NPM | |
### Package installation | |
Execute the following command on your terminal to install all the needed packages: | |
``` bash | |
npm install | |
``` | |
### Start the App | |
Execute the following command to start the app: | |
``` bash | |
npm start | |
`` |