dormeneur / To-Do-List

Open for Hacktoberfest Contributions.
https://dormeneur.github.io/To-Do-List/
MIT License
0 stars 4 forks source link
contribution hacktoberfest open-source

To-Do List

A simple task manager built with HTML, CSS, and JavaScript using Dragula and Vanilla JS.

screenshot

Features

This Project Is Perfect For Your First Pull Request

Contributing to this Repo

1. Fork this repository.

2. Clone the forked repository.

bash

git clone https://github.com/<your-github-username>/project_name.git

3. Navigate to the project directory.

Write your code in a Folder according to your Programming Language respectively.

bash

cd language_name

4. Make changes in source code. 🚀 Keep your cloned repo up to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)

bash

git pull origin main

5. Stage your changes and commit 📝

bash

Add changes to Index

git add .

Commit to the local repo

git commit -m "<your_commit_message>"

6. At this point you can use the git push command to push the changes to the main branch of your forked repository:

bash

git push origin main

7. Create a Pull Request/PR.

8. Congratulations! 🎉 Sit and relax, you've made your contribution to the To-Do-List repository by dormeneur under Hacktoberfest 2024. 🌟

Contributors of Hacktoberfest 2024

Don't forget to leave a star ⭐️

![GitHub forks](https://img.shields.io/github/forks/dormeneur/To-Do-List.svg) ![GitHub Issues](https://img.shields.io/github/issues/dormeneur/To-Do-List.svg) ![GitHub Issues-Closed](https://img.shields.io/github/issues-closed/dormeneur/To-Do-List.svg) ![GitHub Pull Request](https://img.shields.io/github/issues-pr/dormeneur/To-Do-List.svg) ![GitHub Pull Request Close](https://img.shields.io/github/issues-pr-closed/dormeneur/To-Do-List.svg) ![GitHub contributors](https://img.shields.io/github/contributors/dormeneur/To-Do-List?color=2b9348)

License

This project is licensed under the MIT License.