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