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 π
π 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 π
π Chapter 08 - Let's get Classy (Date: 21-01-2023)
- π Theory Assignment Solution
- π¨βπ» Coding Assignment Solution
- π Assignment
- π FoodFire Live Project App Link π
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/chetannada/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