Skip to content

This Course was a React.JS Course aimed to teach the Basics to whoever attended the course

Notifications You must be signed in to change notification settings

Open-Source-Club-Algiers/ReactJS-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to React.JS

Hello everyone !
This is an Introduction Project aimed to teach whoever clones it the Basics of React.
The File Structure is that of a Default React Project.

.
├── node_modules/
├── public/
├── src/
│   ├── assets/
│   ├── App.jsx // App.jsx with react router.
│   ├── CounterTimes2.jsx // Component 1
│   ├── index.css
│   ├── main.jsx
│   ├── StandardReactCounter.css
│   ├── StandardReactCounter.jsx // Component 2
│   └── Timer.jsx // Component 3
├── .gitignore
├── eslint.config.js
├── index.html
├── package-lock.json
├── package.json
├── README.md
└── vite.config.js

About

This Course was a React.JS Course aimed to teach the Basics to whoever attended the course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published