https://github.com/avidcoder101/to-do-list
This is a to-do list that is still currently being developed on. Please contribute if you wish, and I would be happy to review and perhaps merge your contributions. Please fork and ๐this repo!
https://github.com/avidcoder101/to-do-list
to-do-list udemy
Last synced: about 1 year ago
JSON representation
This is a to-do list that is still currently being developed on. Please contribute if you wish, and I would be happy to review and perhaps merge your contributions. Please fork and ๐this repo!
- Host: GitHub
- URL: https://github.com/avidcoder101/to-do-list
- Owner: AvidCoder101
- License: mit
- Created: 2021-07-23T11:33:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T22:02:41.000Z (about 4 years ago)
- Last Synced: 2023-03-04T01:29:11.675Z (about 3 years ago)
- Topics: to-do-list, udemy
- Language: CSS
- Homepage: https://avidcoder101.github.io/To-do-list/
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## AvidCoder's To-do List!
### Hi all! This is a To-do list that I have created that is still being developed on. Feel free to use it! Some things that I am still working on and you need to be aware of :
### 1. I still need to make sure that it saves tasks when the page is closed
### 2. I still need to make sure that it saves tasks when the page is reloaded.
### Feel free to contribute as I would really appreciate it ๐
# How to contribute:
### 1. Fork the repository :

#### Click the **Fork** button at the top right corner of the screen.
### 2. Clone the repository :

#### **ON YOUR FORKED REPOSITORY**, copy the link by pressing the clipboard and on your local git, copy the link in. If you are unable, use the link below and replace `username` with your GithHub username :
https://github.com/username/To-do-list.git
### 3. Make your changes :
#### To contribute, make your changes. Here are some ideas on what to do:
- #### Improve the README
- #### Change some of the styling
- #### Improve the webpage
- #### Make localStorage
- #### Make a clear button
### 4. Add your changes
#### Once you have made your changes, change your directory to To-do-list :

#### And then add all :

### 5. Commit and push your changes :
#### Commit your changes with a message :

#### And finally, push your changes :

### 6. Make a pull request :
#### Go back to your remote Forked version of the repo and click :

#### After, add a description to your PR and then click `Create Pull Request` :

### If you like this repo, please give it a ๐. Thanks!