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
To run this project on your local machine, follow these steps:
-
Clone the Repository: Clone this repository to your local machine:
git clone https://github.com/mushfiqurniazzz/localstorage-todo-app-nextjs
-
Navigate to Project Directory: Move into the project directory
-
Install Dependencies: Install the necessary dependencies using npm or yarn:
npm install
or
yarn
-
Start the Development Server: Run the following command to start the development server:
npm run dev
-
Access the App: Open your web browser and navigate to
http://localhost:3000to access the app. You can now use the app locally on your machine.