An open API service indexing awesome lists of open source software.

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

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.