Loading repository data…
Loading repository data…
chetannada / repository
❤ Namaste React Live Course from Zero to Hero 🚀 by Akshay Saini(Founder of NamasteDev). This repository for Assignment & Class Notes taken during Namaste React Live Course #namaste #javascript #react
This repository is a curated collection of assignments, handwritten/digital notes, and source code from the Namaste React Live Course. It documents the evolution of a React developer from the basics to building production-ready apps like FoodFire 🍔.
💡 Bonus: To fix CORS issues in FoodFire, check out the FoodFire Server with a custom API endpoint:
https://foodfire.onrender.com.
Before getting started with the Project, you should have a basic understanding of React.js, JavaScript, HTML and CSS.
Namaste-React/
├── Chapter 01 - Inception/
│ ├── Assignment.md
│ ├── Theory/
│ └── Coding/
│ ├── App.js
│ └── index.css
├── Chapter 02 - Igniting our App/
├── Chapter 03 - Laying the Foundation/
├── Chapter 04 - Talk is Cheap, show me the code/
├── Chapter 05 - Let's get Hooked!/
├── Chapter 06 - Exploring the world/
├── Chapter 07 - Finding the Path/
├── Chapter 08 - Let's get Classy/
├── Chapter 09 - Optimizing our App/
├── public/
│ ├── images/
├── index.html
└── package.json
Each chapter includes:
Credit - Arpan KeshCredit - Ashraya KKCredit - Arpan KeshCredit - Ashraya KKCredit - Arpan KeshCredit - Ashraya KKCredit - Arpan KeshCredit - Ashraya KKCredit - Arpan KeshCredit - Ashraya KKCredit - Arpan KeshCredit - Ashraya KKCredit - Arpan KeshCredit - Ashraya KKCredit - Arpan KeshCredit - Ashraya KKCredit - Arpan KeshCredit - Ashraya KKYou 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
Set up environment variables:
* .env - environment variables for this project to run in development environment (fill with actual values for environment variables)
Run the application:
npm run start
The application will now be running on http://localhost:3000. If you want to Fork repository and want to run locally, follow this guidelines Fork and Clone Github Repository
This is an Open-Source repository, and contributions are always welcome! If you find an issue, please create a new issue under the "Issues" section. To contribute code, fork the repository and submit a pull request. Your contributions will help make this a valuable resource for the community!
Thanks goes to these wonderful people 🙏