Namaste React Live Course from Zero to Hero 🚀 by Akshay Saini(Founder of NamasteDev). This repository for Assignment & Class Notes taken during this First Live course.
- I made 🚀 FoodFire App 😍 which is the part of this course.
📚 Chapter 01 - Inception (Date: 24-12-2022)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment Solution
- 📘 Assignment
- 📝 Hand Written Notes of Live Class
Credit - Ashraya KK
📚 Chapter 02 - Igniting our App (Date: 31-12-2022)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment Solution
- 📘 Assignment
- 📝 Hand Written Notes of Live Class
Credit - Ashraya KK
📚 Chapter 03 - Laying the Foundation (Date: 01-01-2023)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment Solution
- 📘 Assignment
- 📝 Hand Written Notes of Live Class
Credit - Ashraya KK
- 🚀 FoodFire Live Project App Link 😍
📚 Chapter 04 - Talk is Cheap, show me the code (Date: 07-01-2023)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment Solution
- 📘 Assignment
- 📝 Hand Written Notes of Live Class
Credit - Ashraya KK
- 🚀 FoodFire Live Project App Link 😍
📚 Chapter 05 - Let's get Hooked! (Date: 08-01-2023)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment Solution
- 📘 Assignment
- 📝 Hand Written Notes of Live Class
Credit - Ashraya KK
- 🚀 FoodFire Live Project App Link 😍
📚 Chapter 06 - Exploring the world (Date: 14-01-2023)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment Solution
- 📘 Assignment
- 📝 Hand Written Notes of Live Class
Credit - Ashraya KK
- 🚀 FoodFire Live Project App Link 😍
Note: Please enable
CORS
on yourbrowser
before accessing theFoodFire application
. Download the Allow CORS chrome extension.
📚 Chapter 07 - Finding the Path (Date: 15-01-2023)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment Solution
- 📘 Assignment
- 📝 Hand Written Notes of Live Class
Credit - Ashraya KK
- 🚀 FoodFire Live Project App Link 😍
Note: Please enable
CORS
on yourbrowser
before accessing theFoodFire application
. Download the Allow CORS chrome extension.
📚 Chapter 08 - Let's get Classy (Date: 21-01-2023)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment Solution
- 📘 Assignment
- 🚀 FoodFire Live Project App Link 😍
Note: Please enable
CORS
on yourbrowser
before accessing theFoodFire application
. Download the Allow CORS chrome extension.
You need to write the following commands on the terminal screen(in vscode) so that you can run this project locally.
git clone "https://github.com/ajitfawade/Namaste-React.git"
Go to the project directory
cd Namaste-React
Install dependencies
npm install
Start the server
npm run start
This application should now be running on localhost
. If you want to Fork repository and want to run locally, follow this guidelines Fork and Clone Github Repository