Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanbrasiliano/to-do-list-js
This project aims to develop a to-do application in JavaScript, featuring additional functionalities such as search and filter. It enhances task management by allowing users to easily organize, find, and prioritize their tasks. Ideal for improving productivity and task tracking.
https://github.com/yanbrasiliano/to-do-list-js
javascript todoapp todolist
Last synced: about 4 hours ago
JSON representation
This project aims to develop a to-do application in JavaScript, featuring additional functionalities such as search and filter. It enhances task management by allowing users to easily organize, find, and prioritize their tasks. Ideal for improving productivity and task tracking.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/to-do-list-js
- Owner: yanbrasiliano
- License: mit
- Created: 2022-09-16T01:15:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T20:21:45.000Z (5 months ago)
- Last Synced: 2024-06-03T23:18:07.616Z (5 months ago)
- Topics: javascript, todoapp, todolist
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## To Do List 📓
This project aims to develop a to-do application using JavaScript ES6 Vanilla, featuring essential functionalities such as search and filter. These features enhance task management by allowing users to efficiently organize, locate, and prioritize their tasks.
![To Do List Application](https://user-images.githubusercontent.com/72168914/190544867-ab178831-37f1-4fe2-b1a5-d352265cd5bb.png)
Key Features:
- **Task Management**: Create, edit, and delete tasks.
- **Search Functionality**: Quickly find tasks using keywords.
- **Filter Options**: Easily filter tasks based on their status or category.Ideal for improving productivity and keeping track of daily tasks.
---
### Getting Started
Follow these instructions to set up and run the project locally.
### Prerequisites
Ensure you have the following installed:
- Node.js
- npm (Node Package Manager)### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/to-do-list-js.git
```
2. Navigate to the project directory:
```
cd to-do-list-js
```
3. Install the dependencies:
```
npm install
```### Usage
1. Start the application:
```
npm start
```
2. Open your browser and navigate to `http://localhost:3000` to view the application.### Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.
### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.