Skip to content

ElSierra/Food-Ordering-Web-App

Repository files navigation

Food Delivery Next.js App

This is a food delivery app built using Next.js. 💻 Backend Node.js Repo

Screenshots

Login Screen
Login
Home Screen
Home (Dark)
Home Screen
Home (Light)

Getting Started

To get started with the app, clone the repo and then install the necessary dependencies:

npm install
npm run dev

The app should now be running at http://localhost:3000.

Built With

  • Next.js - The web framework used
  • React - A JavaScript library for building user interfaces
  • Node.js - A JavaScript runtime
  • Redux - For State management

Contributing

Contributions are welcome! If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • The Next.js documentation - A great resource for learning Next.js
  • The MongoDB documentation - A comprehensive guide to using MongoDB
  • The React documentation - A fantastic reference for building React applications.