GithubHelp home page GithubHelp logo

vahestepanyan100 / to-do-list-website Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 783 KB

This is a simple web-based to-do list application that helps you keep track of your tasks and manage your daily activities. The project is built using HTML, CSS, and JavaScript, and it's designed to be user-friendly and easy to use.

Home Page: https://vahestepanyan100.github.io/to-do-list-website/dist/

HTML 6.74% JavaScript 81.29% CSS 11.97%
css3 html5 javascript webpack

to-do-list-website's Introduction

๐Ÿ“— Table of Contents

๐Ÿ“– [To-do-list]

[To-do-list] is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

๐Ÿ›  Built With

Tech Stack

Client

Key Features

  • [built using webpack]
  • [interactive list]
  • [Add and remove items]

(back to top)

๐Ÿš€ Live Demo

(back to top)

๐Ÿ’ป Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

To get a local copy up and running, follow these steps.

  • In this repository click on the "code" button (usually highlighted green) above.
  • You can select between either HTTPS or SSH if you have an SSH key linked.
  • Click on the copy icon on the right side of the link provided to copy the link
  • Go to your command line and type "git clone" followed by the link you just copied and press enter
  • The repository should be available locally on your computer.
  • You can change directory into the repository using the 'cd' command: cd "repository name"

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]:VaheStepanyan100/to-do-list-website.git

Usage

To run the project, execute the following command:

Example command:

 npm start

(back to top)

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Author1

(back to top)

๐Ÿ”ญ Future Features

  • [Marking a selected item as complete]
  • [Removing all items as complete at once]
  • [Reordering a selected item(as drag-adn-drop)]

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

โญ๏ธ Show your support

If you like this project give a โญ๏ธ

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank Microverse community

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

to-do-list-website's People

Contributors

vahestepanyan100 avatar shalininayan avatar

Stargazers

Mesak Lalrindika avatar

Watchers

 avatar  avatar

to-do-list-website's Issues

peer to peer code review

Great work on the design, I appreciate the effort you put in.However there are a few optional changes to consider,
1.When the checked button is clicked it should strike a line through the selected item.
2.Add some color hover effects onthe delete button to make it more lively.

otherwise great work.
Cheers!

JavaScript best practices.

  1. Strong type checks (Use === instead of ==)
  2. Naming (name variables, functions in a way to become easier to understand code)
  3. Avoid negative conditionals
  4. Simplicity
  5. DRY(Don't Repeat Yourself)

HTML & CSS best practices

  1. Use the appropriate tags for each element(e.g., links, titles, etc.) and use HTML5 semantic tags(e.g.,header, nav) over divs
  2. Avoid lines of code that are too long(100 characters or more).
  3. Be careful with blank lines and indentation.
    • do not add blank lines, spaces, or indentations without a reason.
    • For readability, add blank lines to separate large or logical code blocks.
    • For readability, add two spaces of indentation.
  4. Close all HTML elements
    • div always needs</div>
  5. Use space-less equal signs.
    • use <div class="striped">not<div class = "striped">
  6. Do not use inline styles
  7. Always use the class attribute for multiple elements

todo-list

Very ncie project and clear code

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.