recluzegeek / react-work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Work

This repository serves as a base for various React applications, each organized in its own folder.

Folder Structure

The repository is organized with each app residing in its own folder:

react-work/
|-- flashcards/
|   |-- src/
|   |   |-- components/
|   |   |   |-- App.jsx
|   |   |-- data/
|   |   |   |-- data.js
|   |   |-- App.css
|   |   |-- index.html
|   |   |-- main.js
|-- get-advice/
|   |-- src/
|   |   |-- components/
|   |   |   |-- App.jsx
|   |   |-- App.css
|   |   |-- index.html
|   |   |-- main.js
|-- ...

License

This project is licensed mostly under the MIT License, but make sure to check individual project README.md for the licensing.


About


Languages

Language:JavaScript 82.4%Language:CSS 11.0%Language:HTML 6.6%