Async race is a SPA to manage the collection of the cars, create, update and delete them, operate their engines, run races and show races statistics.
To start application you need to perform next steps: Repository with backend
After launching both parts of project you will have an access to the Async race app. At first you will have only 4 cars in your garage, but it's possible to create new ones yourself or just generate 100 random cars. Also you can start and stop each car's engine and run the race among the cars on the current page. After the race the statistics will be available in the appropriate page. There you will see the list of winners which can be sorted by time and number of wins.
- react
- redux toolkit/rtk query
- typescript
- styled components
- webpack
- eslint
- prettier
Developed by Roman Troshin