I made it using react, vite and tailwind css. Since I did not have full knowledge of all the topics I took the help of ai to help me whenver I got stuck.
- Menu - It has a menu arranged where u can see available food items.
- Tabs- It has tabs of related food items togetherly sorted
- Search Bar- It has a search bar where user can search the food item.
- It has a add to cart button, which on pressing adds the food item selected to the cart
- Dashboard -It has a order dashboard.
- Tailwind Styling
-
Frontend - I started with making it in html/css but it was taking alot of time and the website wasnt very visually appealing so i switched to React.js (hooks, Router)
-
Build Tool: Vite
- Clone the repository:
git clone <your-repo-url> npm install ( for dependencies) npm run dev ( development server)