/assignment

A simple todo application

Primary LanguageTypeScriptMIT LicenseMIT


Live Demo


Features

  • ⚡️ Create, Edit and Delete tasks.
  • Sort
  • 🔍 search

Screenshots

image

image

Usage

Development

Just run and visit http://127.0.0.1:3000/

 yarn install # If you don't have yarn installed, run: npm install -g yarn
yarn dev

Build

To build the App, run

yarn build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your repository, OK along the way, and your App will be live in a minute.