Skip to content

Todo list is built with react/Next.js Framework. User can create,read,update and delete the Daily Tasks using this to-do list.

Notifications You must be signed in to change notification settings

Dp20703/todolist

Repository files navigation

Next.js Todo List Application

A modern, responsive todo list application built with Next.js 13+.

Live demo: https://dp20703.github.io/todolist/

Features

  • Create, read, update, and delete todos
  • Responsive design for mobile and desktop
  • Server-side rendering for optimal performance
  • Modern UI with smooth transitions
  • Data persistence using local storage

Tech Stack

  • Next.js 13+
  • React
  • Tailwind CSS
  • Local Storage API

Getting Started

First, install the dependencies:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the application, or view the live demo at https://dp20703.github.io/todolist/.

Project Structure

├── app/
│   ├── components/    # Reusable UI components
│   ├── layout.js      # Root layout
│   └── page.js        # Main todo list page
├── public/           # Static assets
└── styles/          # Global styles

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Todo list is built with react/Next.js Framework. User can create,read,update and delete the Daily Tasks using this to-do list.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published