Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romaindoyen/todolist_extension
A practical extension for managing your tasks and staying organized.
https://github.com/romaindoyen/todolist_extension
chrome-extension localstorage
Last synced: about 1 month ago
JSON representation
A practical extension for managing your tasks and staying organized.
- Host: GitHub
- URL: https://github.com/romaindoyen/todolist_extension
- Owner: RomainDoyen
- Created: 2023-08-03T12:41:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T15:29:44.000Z (about 1 year ago)
- Last Synced: 2023-11-06T23:58:13.418Z (about 1 year ago)
- Topics: chrome-extension, localstorage
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TODOLIST_EXTENSIONโฆ HTTPStatus Exception: 404
โฆ A practical extension for managing your tasks and staying organized.
---
## ๐ Table of Contents
- [๐ Table of Contents](#-table-of-contents)
- [๐ Overview](#-overview)
- [๐ฆ Features](#-features)
- [๐ repository Structure](#-repository-structure)
- [โ๏ธ Modules](#modules)
- [๐ Getting Started](#-getting-started)
- [๐ง Installation](#-installation)
- [๐ค Running todolist_extension](#-running-todolist_extension)
- [๐งช Tests](#-tests)
- [๐ฃ Roadmap](#-roadmap)
- [๐ค Contributing](#-contributing)
- [๐ License](#-license)
- [๐ Acknowledgments](#-acknowledgments)---
## ๐ Overview
---
## ๐ฆ Features
---
## ๐ Repository Structure
```sh
โโโ todolist_extension/
โโโ images/
โโโ manifest.json
โโโ modules/
โ โโโ main.js
โโโ pages/
โ โโโ index.html
โโโ styles/
โโโ style.css```
---
## ๐ Getting Started
***Dependencies***
Please ensure you have the following dependencies installed on your system:
`- โน๏ธ Dependency 1`
`- โน๏ธ Dependency 2`
`- โน๏ธ ...`
### ๐ง Installation
1. Clone the todolist_extension repository:
```sh
git clone https://github.com/RomainDoyen/todolist_extension.git
```2. Change to the project directory:
```sh
cd todolist_extension
```3. Install the dependencies:
```sh
โบ INSERT-TEXT
```### ๐ค Running todolist_extension
```sh
โบ INSERT-TEXT
```### ๐งช Tests
```sh
โบ INSERT-TEXT
```---
[**Return**](#Top)
---