Skip to content

devclub-nstru/React-Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Dev Club React Workshop

This repository contains the starter and finished code for the Dev Club React Workshop.
Participants will submit their completed workshop projects inside the /submissions folder.


Directory Structure

REACT-WORKSHOP/
│
├── finish/
│   └── flashcard-app.zip
│
├── initial/
│   └── flashcard-app.zip
│
├── submissions/
│   └── .gitkeep
│
└── README.md


What Participants Should Do

1 Fork the Repository

Click the "Fork" button on the top right of this repo.

2️ Clone Your Fork

git clone https://github.com/devclub-nstru/React-Workshop.git
cd React-Workshop

3️ Extract the Starter Project

Inside the initial/ folder:

  • Unzip flashcard-app.zip
  • You will get a standard Vite + React setup

4️ Install Dependencies

npm install

5 Run the Project

npm run dev

The development server will start at something like:

http://localhost:5173

How to Submit Your Project

When you're done:

  1. Create a new folder inside /submissions named after your GitHub username Example:

    submissions/your-username/
    
  2. Put your completed project inside that folder.

  3. Push your code:

    git add .
    git commit -m "my workshop submission"
    git push

Welcome to React!

About

React workshop taken by Nimit and Shubham

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •