/namaskaram-react

My Namaste React Course Learnings

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Anurag's Food

This is a simple food ordering app, which is inspired by the Swiggy app(an indian food ordering system). This app is built using React.js, Redux, and Firebase. This app is built for educational purposes only.

Features Developed

  • Authentication(Login, Register, Logout)
  • Restaurant List(Fetch Live from the API)
  • Food Menu
  • Cart
  • Veg/Non-Veg Filter

Technologies Used

  • React.js
  • Redux
  • Firebase
  • Tailwind CSS

How to run the app

The app uses parcel as the bundler, so you can run the app by following the below steps:

  • Clone the repository
  • Run npm install
  • Run npm start
  • Open http://localhost:1234 in your browser

Sample Credentials for Login

  • Email: email@gmail.com
  • Password: password@123

Live Demo