/ls-todo-assignment

This is a simple todo app built with Next Js 14, Tailwind CSS and Shadcn UI

Primary LanguageTypeScript

Todo App

This is a simple todo app built with Next Js 14, Tailwind CSS and Shadcn UI

This app is using Zustand for State Management with data stored in localStorage

Screenshots

App Screenshot

App Screenshot

Installation

Install with npm

  npm install

Run Locally

Clone the project

  git clone https://github.com/pawan67/ls-todo-assignment

Go to the project directory

  cd ls-todo-assignment

Install dependencies

  npm install

Start the server

  npm run dev