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.
📚 Chapter 01 - Inception (Date: 24-12-2022)
📚 Chapter 02 - Igniting our App (Date: 31-12-2022)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment
- 📘 Assignment
- 📝 Hand Written Notes of Live Class
Credit - Ashraya KK
📚 Chapter 03 - Laying the Foundation (Date: 01-01-2023)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment
- 📘 Assignment
- 📝 Hand Written Notes of Live Class
Credit - Ashraya KK
- 🚀 Live Project App Link 😍
📚 Chapter 04 - Talk is Cheap, show me the code (Date: 07-01-2023)
- 📖 Theory Assignment Solution
- 👨💻 Coding Assignment
- 📘 Assignment
- 📝 Hand Written Notes of Live Class
Credit - Ashraya KK
- 🚀 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