betME is a simple betting app that allows filtering existing races by its status. When you select one of the races the bet can be placed! You can select a bet amount, race winner, 2nd place, and 3rd place. Don't forget to fill all requirements, otherwise, your bet will not be valid. And one more thing. Watch out for inactive races, you can't bet them.
- Node.js
$ node --version v16.12.0
- npm
$ npm --version 8.1.0
- Clone repository
- Navigate to project root directory
- Run
npm i
- Run
npm start
- Have fun!
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Runs lint:types
and lint:code
Runs linter for TS types for src
directory
Runs linter for code in src
directory
Runs prettier for src
directory
Runs tests
Runs tests in watch mode
Runs tests and generates coverage