A pomodoro small task manager made with React & {JSON} Placeholder API
https://patricia-mps.github.io/pomodoro-task-manager/
- React (Typescript)
- CSS Modules
- Sass
- Jest + React Testing Library
- {JSON} Placeholder API
- Redux Toolkit + Axios
- Display a list of Tasks
- Display task status, started/stopped and completed
- Displays a toast for every relevant user action
- Mobile first approach
- Unit and integration tests
- Eslint and Prettier
Create .env file in root directory and add the following:
REACT_APP_API_URL={api-url}
Install dependencies:
npm install
Start dev server:
npm run start
