Skip to content
Permalink
master
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

Yummy Front-End


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:

npm install

Start the App

Execute the following command to start the app:

npm start
``