Xrayya / react-playground

Storage for react mini projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Playground

Experiment lab for react. I did a lot of things and may be absurd things soon.

Initialize Project

yarn install

Folder Structure

Files are separated by project. Go to the src\projects directory then select the project you are looking for.
In each project:

  • The pages directory stores the elements that make up a page
  • The components directory stores all the components used in the project
  • The utils directory stores additional utilities in the project
  • file *.types.ts stores types

About

Storage for react mini projects

License:GNU General Public License v3.0


Languages

Language:JavaScript 66.2%Language:TypeScript 25.2%Language:CSS 7.4%Language:HTML 1.1%