Skip to content
Permalink
5240a96bfc
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
44 lines (32 sloc) 1.14 KB
## 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
``