https://github.com/mailsg/react-capstone-metrics-webapp
A mobile web application to check abouts of list of food, making use of React and Redux.
https://github.com/mailsg/react-capstone-metrics-webapp
reactjs redux-toolkit
Last synced: 2 months ago
JSON representation
A mobile web application to check abouts of list of food, making use of React and Redux.
- Host: GitHub
- URL: https://github.com/mailsg/react-capstone-metrics-webapp
- Owner: mailsg
- License: mit
- Created: 2023-07-03T08:32:05.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-07-06T11:09:23.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T08:49:51.585Z (over 1 year ago)
- Topics: reactjs, redux-toolkit
- Language: JavaScript
- Homepage: https://know-your-food.onrender.com
- Size: 3.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Know Your Food.. Webapp
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**Know Your Food.. Webapp** is a mobile web application to check about a list of foods making use of React and Redux.
Client
Server
- **About Foods**
- **API DATA**
- **News**
## 🚀 Live & Presentation Links
- [Live Demo Link](https://know-your-food.onrender.com)
- [Video Presentation](https://www.loom.com/share/9ea3d289e70048bca97325bb091e414f?sid=83057511-3783-4130-9ff2-e721ab21f28b)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need to run the following commands in your terminal:
```sh
npm start
```
### Setup
Clone this repository to your desired folder:
```sh
git clone git@github.com:mailsg/React-Capstone-Metrics-Webapp.git
cd React-Capstone-Metrics-Webapp
```
### Install
Install this project with:
```sh
cd React-Capstone-Metrics-Webapp
npm install
```
### Run tests
To run tests, run the following command:
```sh
npx eslint "**/*.{js,jsx}"
npx stylelint "**/*.{css,scss}"
npx hint .
```
👤 **Sandeep Ghosh**
- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sandeep-ghosh-660830166/)
- [ ] **Food Community**
- [ ] **News from all over the world about Food**
- [ ] **Profile Section**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mailsg/React-Capstone-Metrics-Webapp/issues).
If you like this project please give it a ⭐️. Your support is greatly appreciated! ❤️
I would like to thank Microverse for giving me this opportunity to build this amazing project.
I would also like to thank **Nelson Sakwa** for the wonderful design template. I would also like to thank my mentors for their guidance and support. Lastly, I would like to thank the open-source community for their contribution to the open-source ecosystem. Without their contribution, creating this project would not have been possible. Thank you all. 🙏
This project is [MIT](./LICENSE) licensed.