Skip to content

RasimMehdiyev/rdexp

Repository files navigation

Synthlete

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.

Setup

Clone the repo

git clone git@github.com:RasimMehdiyev/rdexp.git

Install dependencies

npm install

Run the app

npm start

Tests

npm test

Info about TailWind CSS

All 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

Info about the directory structure

├── 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)

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors