Skip to content

Aamir041/add-your-recipe-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React router version use 5.2

  • To use react router dom in React 18 remove <React.StrictMode> from index.js

Hooks used

  • useState
  • useEffect
  • useReducer
  • useContext
  • useHistory

Custom Hooks

  • useTheme
  • useFetch

To run application

  • Download file
  • Extract downloaded folder
  • Make sure node is installed in system
  • Make sure json-server is installed globally
  • Start db.json in data folder using json-server by putting command in cmd json-server --watch ./data/db.json
  • Type npm install in other terminal instance
  • After installing type npm run
  • and got to http://localhost:3001/ on your favorite browser.
  • N Enjoy Happy Developing :)
add.you.recipe.video.mp4