Synthlete is a sports team management application that allows coaches to manage their team's roster, schedule, and statistics. It also allows players to view their team's schedule and statistics.
git clone git@github.com:RasimMehdiyev/rdexp.gitnpm installnpm startnpm testAll necessary info about TailWind CSS can be found here. They are a bit easier to use than pure css or boostrap, and search functionality can be used to find the necessary class.
https://tailwindcss.com/docs/installation├── public
| ├── images (all images should be added here)
| ├── fonts (all fonts should be added here)
│ ├── index.html (main html file)
├── src
│ ├── components (smaller components that are used in pages)
│ │ ├── SynthleteLogo.js
│ ├── pages (all pages should be added here)
│ │ ├── AuthenticationPage.js
│ │ ├── LoginPage.js
│ │ ├── RegisterPage.js
│ ├── App.js (main app component)
│ ├── index.css (probably will not be needed much, but just in case, add your custome css classes here)