Skip to content

This To-Do web app saves todo tasks of user in localstorage with functionalities for marking a todo task as completed, editing a todo task and also deleting a todo task. It uses localstorage as the database to store todo tasks, Nextjs for building the user interface, and Node.js for server-side runtime environment.

Notifications You must be signed in to change notification settings

nia3zzz/localstorage-todo-app-nextjs

Repository files navigation

LocalStorage - To-Do App - Nextjs

This To-Do web app saves todo tasks of user in localstorage with functionalities for marking a todo task as completed, editing a todo task and also deleting a todo task. It uses localstorage as the database to store todo tasks, Nextjs for building the user interface, and Node.js for server-side runtime environment. The app provides a seamless experience for users to manage todo tasks.

lv_0_20240815230511.mp4

Running the Project Locally

To run this project on your local machine, follow these steps:

  1. Clone the Repository: Clone this repository to your local machine:

    git clone https://github.com/mushfiqurniazzz/localstorage-todo-app-nextjs

  2. Navigate to Project Directory: Move into the project directory

  3. Install Dependencies: Install the necessary dependencies using npm or yarn:

    npm install

    or

    yarn

  4. Start the Development Server: Run the following command to start the development server:

    npm run dev

  5. Access the App: Open your web browser and navigate to http://localhost:3000 to access the app. You can now use the app locally on your machine.

About

This To-Do web app saves todo tasks of user in localstorage with functionalities for marking a todo task as completed, editing a todo task and also deleting a todo task. It uses localstorage as the database to store todo tasks, Nextjs for building the user interface, and Node.js for server-side runtime environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published