This is a website I have made for the Shutoko Revival Project, a popular mod for the racing simulator Assetto Corsa. This project was made with the MERN stack with CRUD and using only styled components as styling library.
The features are:- 🏅 Time attack leaderboard with pagination and data from SRP's leaderboard api 🏅
- 📑 Detailed list of their servers from their servers apis 📑
- 🕴 Users can login and favorite the servers they use the most for quicker access 🕴
- ⏬ Download page to get all of the mod's content ⏬
- 🚘 A page detailing the cars included in the car pack. 🚘
- 📃 Srp information page. 📃
- 📲 Responsive design 📲
To run, open a terminal and write the commands cd client
, yarn install
and yarn start
.
Open a second terminal and write the commands cd server
, yarn install
and yarn start