An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



logo

Know Your Food.. Webapp

# 📗 Table of Contents

- [📖 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

**Know Your Food.. Webapp** is a mobile web application to check about a list of foods making use of React and Redux.

## 🛠 Built With

### Tech Stack

Client

Server

### Key Features

- **About Foods**
- **API DATA**
- **News**

(back to top)

## 🚀 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)

(back to top)

## 💻 Getting Started

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 .
```

(back to top)

## 👥 Authors

👤 **Sandeep Ghosh**

- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sandeep-ghosh-660830166/)

(back to top)

## 🔭 Future Features

- [ ] **Food Community**
- [ ] **News from all over the world about Food**
- [ ] **Profile Section**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/mailsg/React-Capstone-Metrics-Webapp/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐️. Your support is greatly appreciated! ❤️

(back to top)

## 🙏 Acknowledgments

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. 🙏

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)