https://github.com/rokasime/todolist_bootstrap
To Do List bootstrap
https://github.com/rokasime/todolist_bootstrap
bootstrap html js
Last synced: 3 months ago
JSON representation
To Do List bootstrap
- Host: GitHub
- URL: https://github.com/rokasime/todolist_bootstrap
- Owner: RokasIme
- Created: 2025-05-21T08:05:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-21T08:54:27.000Z (about 1 year ago)
- Last Synced: 2025-08-24T23:51:24.975Z (11 months ago)
- Topics: bootstrap, html, js
- Language: HTML
- Homepage: https://rokasime.github.io/ToDoList_bootstrap/
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## ๐ To Do List
## ๐ About
A simple and functional To Do List application designed to help you manage and track your daily tasks with ease.
Site published at: https://rokasime.github.io/ToDoList_bootstrap/
## ๐ฏ Project features/goals
- Github pages
- โ
Add new tasks
- ๐ Mark tasks as completed
- โ Delete tasks
- ๐ฌ Local storage
## ๐งฐ Getting Started
### ๐ป Prerequisites
Node.js - _download and install_
```
https://nodejs.org
```
Git - _download and install_
```
https://git-scm.com
```
### ๐ Run locally
Would like to run this project locally? Open terminal and follow these steps:
1. Clone the repo
```sh
git clone https://github.com/RokasIme/ToDoList_bootstrap.git
```
2. Install NPM packages
```sh
npm i
```
or
```sh
npm install
```
3. Run the server
```sh
npm run dev
```
### ๐งช Running tests
There is no tests for this project.
## ๐
Authors
Rokas: [Github](https://github.com/RokasIme)
## โ ๏ธ License
Distributed under the MIT License. See LICENSE.txt for more information.
## ๐ Other resources
No other resources.