This project is based on a catalogue of recipes. It is not an app to help you make a recipe, it is just, a browsable list of items that you can filter and access to the details of one item.
- one page with a list of items that could be filtered by category;
- one page for the item details;
- one page for the Project specifications;
- HTML and JSX
- React
- CSS
- ES6
To get a local copy up and running follow these simple example steps:
-
Under the repository name, click the Clone or download green button.
-
Copy the URL given by clicking the clipboard button.
-
Open a terminal window in your local machine and change the current directory to the one you want the clone directory to be made.
-
Type git clone and then paste the URL you previously copied to the clipboard.
-
Open a new terminal window in your local machine and change the current directory to your cloned directory.
-
Run
npm install
/npm i
from the Terminal. -
after that
npm run build
from the terminal. -
Finally
npm start
.
$ npm test
See a live demo Here
Give a ⭐️ if you like this project!
👤 Taiwo Adetona
-
Github: @taiwo2
-
LinkedIn: Taiwo Adetona
-
Twitter: @TaiwoAdetona4
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse, for the lessons and tips.
MIT License