This project was bootstrapped with Create React App.
To run the project locally, please follow the steps below:
Make sure you have Node.js Version 19 installed on your machine.
- Clone the repository or download the source code.
- Open a terminal and navigate to the project directory.
- Run the following command to install the required dependencies:
npm install
After the installation is complete, start the development server by running the following command:npm start
This will launch the application in the development mode and automatically open it in your default browser at http://localhost:3000.
To run the tests, use the following command:
npm test
This will launch the test runner in interactive watch mode. Refer to the running tests section in the official Create React App documentation for more information.