https://github.com/piyusharmap/smiledine
Food ordering application build with React.
https://github.com/piyusharmap/smiledine
font-awesome food-ordering-application parcel-bundler reactjs tailwindcss
Last synced: 3 months ago
JSON representation
Food ordering application build with React.
- Host: GitHub
- URL: https://github.com/piyusharmap/smiledine
- Owner: piyusharmap
- Created: 2023-06-25T15:20:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T15:51:24.000Z (almost 2 years ago)
- Last Synced: 2023-11-10T16:25:25.143Z (over 1 year ago)
- Topics: font-awesome, food-ordering-application, parcel-bundler, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://smile-dine.netlify.app/
- Size: 2.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
smileDine
smileDine is a Frontend Food Ordering application designed to provide users with a seamless and convenient way to order food from their favorite restaurants. It offers a user-friendly interface, a working cart, real-time API data for restaurants, and a proper menu associated with each restaurant.
Technologies Used
- React.js: A popular JavaScript library for building user interfaces.
- Parcel: A fast, zero-configuration bundler for web applications.
- Tailwind CSS: A utility-first CSS framework that allows for rapid UI development.
- FontAwesome: An icon library with a wide range of icons for various purposes.
Features
- User-friendly interface: The application provides an intuitive and easy-to-use interface, allowing users to navigate through the app effortlessly.
- Working cart: Users can add food items to their cart, view the cart contents, modify quantities, and remove items as needed.
- Real-time API data for restaurants: The application fetches real-time data from the API, ensuring that users have access to up-to-date information about restaurants, such as menu items, prices, and availability.
- Proper menu associated with each restaurant: Each restaurant has its own dedicated menu, displaying all available food items along with their descriptions, prices, and other relevant details.
Get Started
-
Clone the repository:`git clone https://github.com/your-username/smiledine.git'`
-
Install dependencies:`cd smiledine`
`npm install`
-
Start the development server:`npm start`
Acknowledgements
- React.js
- Parcel
- Tailwind CSS
- FontAwesome