A ReactJS application for ordering food online and getting it delivered to your doorstep.
- Node.js (version 14 or higher)
- npm (version 6 or higher)
- A code editor or IDE of your choice
- Clone the repository:
git clone https://github.com/iftekharalammithu/food-delivery-app-fontend.git
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your web browser to access the app.
- User authentication and authorization
- Restaurant listing with filtering and sorting
- Food item listing with details and reviews
- Cart management with quantity update and removal
- Order placement and tracking
- Payment gateway integration (coming soon!)
- ReactJS (version 17)
- React Router (version 5)
- Redux (version 4)
public/
: Static assets and index.htmlsrc/
: Application source codecomponents/
: Reusable React componentscontainers/
: Higher-order componentsactions/
: Redux actionsapi/
: API calls and data fetchingutils/
: Utility functionsindex.js
: Application entry pointApp.js
: Main application component
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See LICENSE for details.
Follow on social media:
If you encounter any issues or have feedback, please open an issue on this repository or contact me directly.
Happy coding!