Skip to content

davlet61/todo-app

Repository files navigation

Todo App

MIT License

A simple Todo application.

The github action will run end-to-end tests on every push.

Tech Stack

TypeScript React

Demo

The application is live at the following address:

https://task-management-app-orcin.vercel.app/

Run Locally

Clone the project

  git clone https://github.com/davlet61/todo-app.git

Go to the project directory

  cd todo-app

Install dependencies

NOTE: The default package manager for this project is pnpm

If you wish to use a different package manager make sure to remove the preinstall script from the package.json.

  pnpm install

Start dev server

  pnpm start

Testing

This project has both unit tests and e2e test with Cypress

To run unit tests

  pnpm test

To run e2e tests

  pnpm cypress:run