Skip to content

Latest commit

 

History

History
163 lines (110 loc) · 4.09 KB

README.md

File metadata and controls

163 lines (110 loc) · 4.09 KB

Contributors Forks Stargazers Issues MIT License

ruby version ruby version

CookBook

A meals recipe app built with the React and Redux frameworks. It showcases meals accoring to their categories and each meal contains instructions on how to prepare also included is a Youtube video.

Table of Contents

User Features

  • A user can view all meals which are grouped by categories.
  • The user can filter search based on the meal catgeory of choice.
  • A user can navigate throught the three pages of the site:
  • Category Page
  • Meal Page
  • Recipe Page

Built With

  • VsCode
  • Windows

Technologies Employed

  • React Hooks
  • Redux Store
  • React Routers
  • Jest auto watch
  • CSS Modules

LIVE PREVIEW

REQUIRED INSTALLATIONS

  • npm

Installation of This Repository

Clone the Repository,

your@pc:~$ git clone https://github.com/mikenath223/Cook-book-app.git

Go to the downloaded folder

your@pc:~$ cd Cook-book-app/

Install all packages

your@pc:~$ npm install

Start the server

your@pc:~$ npm start

The app will open on your local host port 3000.

Run tests

Run all tests

your@pc:~$ npm test

Run specific tests

your@pc:~$ npm test src/tests/<testfile>

Future Features

  • Do more work on the front-end section of the project.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Authors

Michgolden Ukeje

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgements