Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankit-ap-paul/to-do-list
simple to-do list application built using JavaScript, NodeJS, ExpressJS and EJS
https://github.com/ankit-ap-paul/to-do-list
Last synced: 25 days ago
JSON representation
simple to-do list application built using JavaScript, NodeJS, ExpressJS and EJS
- Host: GitHub
- URL: https://github.com/ankit-ap-paul/to-do-list
- Owner: Ankit-AP-Paul
- Created: 2023-07-15T03:13:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T03:36:43.000Z (over 1 year ago)
- Last Synced: 2024-11-13T19:41:38.858Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 982 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List App
This is a simple to-do list application built using JavaScript, NodeJS, ExpressJS and EJS. It allows users to create, read, and mark out completed tasks.
## ⚙️ Installation
Clone the repository
```bash
https://github.com/Ankit-AP-Paul/To-Do-List
```
Install Dependencies
```bash
npm install
```
Start the server
```bash
npm start
```
## 📈 Usage1. Open your web browser and navigate to http://localhost:3000.
2. To create a new task, write the task and press Enter
3. To mark a task as complete, click the checkbox associated with the task## Dependencies
This application uses the following dependencies:
- [express](https://expressjs.com/) - For creating the server and routing.
- [ejs](https://ejs.co/) - For rendering views.
- [body-parser](https://www.npmjs.com/package/body-parser) - For parsing JSON data in request bodies.## Contributing
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
## Feedback
If you have any feedback, please reach out to us at [email protected]
## 🔗 Links
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/ankit-paul-914936234/)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/Ankit_Paul01)## ✍️ Authors
- [@Ankit Paul](https://github.com/Ankit-AP-Paul)