https://github.com/delicelydia/meals-catalogue
This is a React-Redux based meals catalogue application it consists of a browsable list of items that you can filter and access to the details of one item
https://github.com/delicelydia/meals-catalogue
css html5 jest netlify react redux
Last synced: about 1 month ago
JSON representation
This is a React-Redux based meals catalogue application it consists of a browsable list of items that you can filter and access to the details of one item
- Host: GitHub
- URL: https://github.com/delicelydia/meals-catalogue
- Owner: DeliceLydia
- Created: 2021-07-14T08:54:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T07:38:43.000Z (over 3 years ago)
- Last Synced: 2025-02-02T06:29:20.146Z (3 months ago)
- Topics: css, html5, jest, netlify, react, redux
- Language: JavaScript
- Homepage: http://lydia-meals-catalogue.netlify.app/
- Size: 883 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meals Catalogue
This is a React- Redux meals catalogue application it consists of a browsable list of foods that you can filter and access to the details of one specific type of food.
### List of foods

### One type of food

## Live Demo
Check the application live [Here](https://lydia-meals-catalogue.netlify.app/)
## Available Commands
| Command | Description |
|---------|-------------|
| `npm install` | Install project dependencies |
| `npm start` | Build project and open web server running project |
| `npm run build` | Builds code bundle with production settings (minification, uglification, etc..) |## Getting Started
* Clone this repo
```
git clone https://github.com/DeliceLydia/meals-catalogue.git
```
* Navigate to meals-catalogue folder
```
cd meals-catalogue
```
* On the terminal, while in the 'meals-catalogue' directory:* Run ``` git checkout feature-branch ```
* Run ``` git pull origin feature-branch ```
* Run ``` npm install ``` to install dependencies
* Start the server by running ``` npm start ```
* The server would usually start on port:3000## Built with
- HTML
- CSS
- React
- Redux
- Netlify## Tested with
- Jest
## Author
👤 **Delice Lydia**
- GitHub: [Delice Lydia](https://github.com/DeliceLydia)
- Twitter: [Delice](https://twitter.com/IngabireLydia3)
- LinkedIn: [Delice Lydia](https://www.linkedin.com/in/delice-lydia/)## Contribution
- Clone the repo using the above instructions
- Create a new branch: `git checkout -b awesome branch`
- Add your changes and commit the file
- Push to your forked repo
- Make a pull request to `develop` branch## Acknowledgments
Massive thanks to [Marc-Antoine Roy on Behance](https://www.behance.net/enfantroy) for sharing his [Design](https://www.behance.net/gallery/11351281/NomNom) idea
## Show your support
Give a ⭐️ if you like
## 📝 License
This project is [MIT](https://github.com/DeliceLydia/meals-catalogue/blob/main/LICENSE) licensed.