https://github.com/misafxd/todo-project
project todo list
https://github.com/misafxd/todo-project
css html javascript webpack
Last synced: 5 months ago
JSON representation
project todo list
- Host: GitHub
- URL: https://github.com/misafxd/todo-project
- Owner: misafxd
- Created: 2024-08-15T22:20:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T01:46:19.000Z (almost 2 years ago)
- Last Synced: 2025-05-28T01:41:58.238Z (about 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://misafxd.github.io/todo-project/
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Todo List
This is a basic todo list project with local storage in the browser.
## Requirements
Make sure you have [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed on your system.
## Installation
1. Clone this repository:
```bash
git clone https://github.com/misafxd/todo-project.git
```
2. Navigate to the project directory:
```bash
cd
```
3. Install the dependencies:
```bash
npm install
```
4. Build the project:
```bash
npm run build
```
After completing these steps, the project will be ready to use.