Georjane / to-do-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-do-list Project

In this project, we built a To do list were objects are dynamically created, using constructors/classes to generate them. Users can create and delete categories, create, delete and mark listed items as checked or unchecked. We made use of the following:

  • DOM Manipulation with JavaScript
  • Use of JavaScript functions and loops

To-do list gif

screenshot

Built With

  • HTML
  • JavaScript
  • CSS
  • Sass

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ git clone https://github.com/Georjane/to-do-list.git
$ cd to-do-list

Authors

1. Vitalie Melnic

2. Witah Georjane

Contributing

There are two ways of contributing to this project:

  1. If you see something wrong or not working, please open the issue in issue section
  2. If you see something to improve or to correct, and you have a solution to that, follow the below steps to contribute:
    1. Fork this repository
    2. Clone it on your local computer by running git clone https://github.com/Georjane/to-do-list.git Replace your username with the username you use on github
    3. Open the cloned repository which appears as a folder on your local computer with your favorite code editor
    4. Create a separate branch off the master branch,
    5. Write your codes which fix the issue you found
    6. Commit and push the branch you created
    7. Open a pull request, comparing your new created branch with our original master branch here

Show your support

Give a ⭐️ if you like this project!

Acknowledgment

About


Languages

Language:JavaScript 58.5%Language:SCSS 41.5%