Front View
Filter Section
Category Section
Food Page built with React Live Demo
- You can filter food by price
- You can filter food by Food Name
- Listing of various types of Food
First you have to set up your react project by running
npx create-react-app food-page
Install dependency react-icons
npm install react-icons
You have to setup for Tailwind Css by following documentation. Tailwind Css
Finally clone this repository, install dependencies and run the local server
git clone https://github.com/Rishav-02/react-food-page.git
cd food-page
npm install
npm start
unsplash.com (For Food Images)