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

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.

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




  1. Clone the repository:

    `git clone https://github.com/your-username/smiledine.git'`



  2. Install dependencies:

    `cd smiledine`
    `npm install`



  3. Start the development server:

    `npm start`


Acknowledgements


  • React.js

  • Parcel

  • Tailwind CSS

  • FontAwesome