This was an exercise to practice HTML, CSS and JS to finally implement React and make some tests.
- Clone the project:
git clone <url>
- Move to the directory
- Install the dependencies:
npm install
- Run it with:
npm run dev
- Start coding
Start the tests with npm run test
The MIT License (MIT)