The Tag App Demo project is a simple React application for selecting tags.
-
Install Dependencies: Run
yarn installin the project root directory to install all required dependencies. -
Running the Project: To run the project locally, use one of the following commands:
yarn dev: Starts the application in development mode.yarn build: Builds the application for production.yarn preview: Previews the built application in production mode.
-
Testing: To run tests, use the command
yarn test.
- React
- TypeScript
- Vite
- Material-UI
- React Query
Tests in the project are written using the @testing-library/react library and executed using Vitest. To run tests, execute the following command:
yarn testThis project is licensed under the MIT License.