A frontend application for staying organized and productive! The user can easily create and prioritize the to-do list.
- Test Driven development
- Hexagonal Architecture
- Typescript
- Javascript
- Build tool ( Vite )
- Testing ( Vitest, Testing Library / React Testing Library)
- Framework ( React )
- Application State Management ( Redux Toolkit )
- Routing ( React Router )
- Language Resource ( i18n )
- APIs Integration ( Axios )
- Eventbus ( Mitt )
- npm install ( to install the required project dependencies )
- npm run dev ( to run the project locally )
- npm run test ( to run the available tests )
- npm run test:cov ( to run and get the test coverage )
Note that once the backend services are finished, this application will be able to connect to them.