/todo

Simple to-do list app

Primary LanguageTypeScript

Todo

My personal to-do list app, built with React with Tailwind.

Running Locally

Prerequisites: Git and Node

In a terminal, clone this repository and change directories to the repository root

git clone https://github.com/99xtal/todo.git
cd todo

Install dependencies and run on a development server

yarn install
yarn dev

To generate a static bundle for production:

yarn build
yarn preview