Skip to content

A frontend application for staying organized and productive! The user can easily create and prioritize the to-do list.

Notifications You must be signed in to change notification settings

vs-silva/task-manager-app

Repository files navigation

Task Manager App

A frontend application for staying organized and productive! The user can easily create and prioritize the to-do list.

task_manager_img_02

Demo

Try it live

Development Approach

  • Test Driven development
  • Hexagonal Architecture

Language

  • Typescript
  • Javascript

Tools

  • 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 )

How to run locally

  • 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.

About

A frontend application for staying organized and productive! The user can easily create and prioritize the to-do list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published