Skip to content

b0sc/react-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Workshop Repository

This repository contains the code and materials from the React Workshop conducted by BOSC in collaboration with Aakar Academy

Repository Structure

The code has been organized by workshop day. Each day's work is stored in its own folder in the root directory.

Example:

.
├── day1/
├── day2/
├── day3/
├── day4/
└── README.md

Each folder contains the code and examples covered during that specific day's session.

Running a Project

  1. Clone the repository:

    git clone https://github.com/b0sc/react-workshop.git
  2. Navigate to the day's folder you want to run:

    cd day2
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open the URL shown in the terminal (typically http://localhost:5173 for Vite).

Notes

  • Each day's folder is an independent project.
  • Make sure to run npm install inside the specific day's folder before starting the project.
  • The concepts and code build progressively throughout the workshop.

Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

No contributors