This codebase is for the frontend of OneBoard. This project was bootstrapped with Create React App.
- Node v19.5+
└── src
├── assets: Icons and Images.
├── components: Reusable React functions used to build pages.
├── constants: All constants and enum definition.
├── mocks: All the mocks needed for testing the components.
├── pages: Contains the navigation page and main page.
├── utils: Helper functions used across components and services.
├── index.css: Global css file.
└── index.tsx: Entry file for the react app.
In the project directory, you can:
npm installnpm run startRuns the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
npm run testLaunches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm test:coverageIt will show the coverage report.