This project is the Capstone project for the React & Redux Module of the Microverse Technical Curriculum. It is based on a catalogue of recipes. It is a browsable list of items that you can filter and access to the details of one item.
This project was built using the technologies below.
- Node.js
- React
- React-DOM
- react-create-app
- Redux
- npm
- CSS
- Bootstrap
- ES6
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
https://github.com/t-yanick/recipe-catalogue.git
- Install NPM packages
npm install
- Run
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
- Run
npm test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
- Run
npm run build
Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
See the section about deployment for more information.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/newFeature
) - Commit your Changes (
git commit -m 'Add some newFeature'
) - Push to the Branch (g
it push origin feature/newFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
👤 Tazoh Yanick Tazoh
- LinkedIn: Tazoh Yanick Tazoh
- GitHub: @t-yanick
- Twitter: @ElTazoh
Give a ⭐ if you like this project!
- Microverse
- Github
- The Thanatos Team