❤️ Namaste React 🙏

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.

💖 This Repository was trending on Github 🔥

Note: To Fix the CORS Issue in FoodFire App, I have created FoodFire Server a GitHub Repository, which gives own server URL. For Instance: https://foodfire.onrender.com

🎨 Contents

This repository contains a Collection of Assignments & Class Notes, which help you understand the concepts of React.js.

🌱 Structure of this Project

  • index.html - Root html file of the Project
  • index.css - css file of Individual Chapter Project
  • App.js - js file of Individual Chapter Project
  • .env.example - environment variables for this project to run in development environment (create a new .env file and copy all values from .env.example and fill with the actual values)

📚 Chapter 01 - Inception (Date: 24-12-2022)

📚 Chapter 02 - Igniting our App (Date: 31-12-2022)

📚 Chapter 03 - Laying the Foundation (Date: 01-01-2023)

📚 Chapter 05 - Let's get Hooked! (Date: 08-01-2023)

📚 Chapter 06 - Exploring the world (Date: 14-01-2023)

📚 Chapter 07 - Finding the Path (Date: 15-01-2023)

📚 Chapter 08 - Let's get Classy (Date: 21-01-2023)

📚 Chapter 09 - Optimizing our App (Date: 22-01-2023)

🔥 Clone this Repository

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