Skip to content

❀ Namaste React Web-Series Course From Zero To Hero πŸš€ by Akshay Saini(Founder of NamasteDev). This repository contains Codes, Assignments & Class Notes taken during this Course.

Notifications You must be signed in to change notification settings

Bharat2044/Namaste-React

Repository files navigation

❀️ Namaste React πŸ™

Namaste React Course from Zero to Hero πŸš€ by Akshay Saini(Founder of NamasteDev). This repository contains Codes, Assignmenst, Assignment Solution & Class Notes taken during this course.


πŸ”₯ 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/Bharat2044/Namaste-React.git"

Go to the Project Directory

  cd Namaste-React

Install dependencies

  npm install

Start the Server

  npm start
  • Or,
  npm run start
  • Or,
  npx parcel index.html

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


πŸ‘¨β€πŸ’» Contents πŸ‘€

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

Introduction to foundational tools and frameworks in web development.

Dive into essential package managers and module bundlers for React projects.

Understanding JSX, React components, and their compositions.

Implementing React's core features, managing state, and working with UI data.

Exploring React Hooks and understanding their importance.

Architecture insights, useEffect hook, and working with APIs.

Mastering React Router for smooth navigation and routing.

Learning Class-based components and their lifecycles.

Advanced optimization techniques including Custom Hooks.

Introduction to Tailwind CSS for responsive UI designs.