Skip to content

A recipe application created with React to view, create and save food recipes

Notifications You must be signed in to change notification settings

Duyen-codes/taste-it-react22k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe App

An app to browse cooking recipes and also create and save your own. This is a school project during fullstack studies at Business College Helsinki. Alt text

Installation

To run the app in your local machine , run the following commands:

  • install and run project locally:
npm install
npm start
  • run database:
npm install json-server --save-dev
npm run server (server will run at https://localhost:3001/recipes)

Built with

  • HTML
  • CSS / CSS modules
  • ReactJS
  • Flexbox
  • Grid
  • React Router
  • Responsive Design

About

A recipe application created with React to view, create and save food recipes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published