Skip to content

This is a assignment related to food and food reciepe,here we can list our food and food items.

Notifications You must be signed in to change notification settings

anki2001ta/recipe_book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Book

Recipe Book help us to get the recipe, Ingredients , flavours of some of the Indin and International Cuisines

🛠 Built with

Technologies used in the project:

Javascript

React

React-Router

Redux

Chakra-UI

💻 Screenshots

Home Page: ![Homepage](Screenshot (327)

Sign Up Page ![register](Screenshot (331))

Sign In Page ![login] Screenshot (330)

Dark mode Screenshot (329)

✨ Features

-Routing

  • Crausels
  • Dark mode
  • Form Validation (Login,Signup)

Pages

  • Home Page
  • Login/Logout Page
  • Sign Up Page

📁 Folder structure

  • public - This holds all of our static files

  • src

    • Resources - This folder holds assets such as images, docs, and fonts

    • components - This folder holds all of the different components that will make up our pages

    • pages - These represent a unique page on the website i.e. Home or About.

    • redux - It consists of store, reducer, action and actiontypes and is responsible for global state management of our app.

    • App.js - This is what renders all of our browser routes and different pages

    • index.js - This is what renders the react app by rendering App.js.

  • package.json - Defines npm behaviors and packages for the client

README - This file!

Installation

Clone the project

git clone https://github.com/anki2001ta/recipe_book.git

Client-side usage

Go to the project directory

        // go to client folder
$ yarn # or npm i               // npm install packages
$ npm run start                // run it locally

// deployment for client app
$ npm run build  // this will compile the react code using webpack and generate a folder called docs in the root level

✍ Contributors

About

This is a assignment related to food and food reciepe,here we can list our food and food items.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published