AnuragAnalog / namaskaram-react

My Namaste React Course Learnings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My Namaste React Course Learnings

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.5%Language:HTML 1.2%Language:CSS 0.2%