GithubHelp home page GithubHelp logo

paulsaenzsucre / to-do-list Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 3.0 509 KB

To Do List is a single page web app that lets users manage a simple list of tasks. Users can add and remove tasks from the list. It was coded using standard technologies like HTML5, CSS3 and JavaScript; and has an object-oriented approach using a model view presenter pattern. Feel free to give me feedback or contact me about this project.

Home Page: https://www.paulsaenzsucre.dev/To-Do-List/

License: MIT License

JavaScript 81.11% HTML 2.18% CSS 16.71%
model-view-presenter object-oriented object-oriented-programming todo-list todo-list-app

to-do-list's Introduction

logo

TO DO LIST

πŸ“— Table of Contents

πŸ“– To Do List

This project is coded with standard languages like HTML, CSS and JavaScript.

To Do List is a project that let users to manage a simple list of tasks.

πŸ›  Built With

Tech Stack

Client

Key Features

  • You can see a task list.
  • You can add a new task.
  • You can remove a task.
  • You can remove all completed task at once.
  • You can see a count of completed tasks

(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:

In order to run this project you need:

Setup

  • You can download the Zip file on the GitHub repository, or clone the repository with:
git clone https://github.com/elafildecolor/To-Do-List.git
  • Access the cloned directory with:
cd To-Do-List
  • Open it with your favorite code editor or with the live server

Install

To install linters and other dependencies run:

npm install <dependency>

Run tests

To analyze the source code in your local environment with linter follow these steps:

  • Looking for linter errors in HTML files run:
npx hint .
  • Looking for linter errors in CSS | SASS files run:
npx stylelint "**/*.{css,scss}"
  • Looking for linter errors in JavaScript files run:
npx eslint .

πŸ‘₯ Authors

πŸ‘₯ Paul SΓ‘enz Sucre

(back to top)

πŸ”­ Future Features

  • Let more than one user
  • Let more than one list per user
  • Drag and drop to reorder task

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

  • Hat tip to anyone whose code was used.
  • Thanks for all the curated content that was provided to us.
  • Thanks to my learning and coding partners for all their support.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

to-do-list's People

Contributors

paulsaenzsucre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

to-do-list's Issues

Code Review

You did good so far πŸ˜„, here some tips you may consider:

  • Try to keep all sources in the src/ directory.
  • To structure your sometimes try to use a template literal.
  • After inline Editing your todo it is not stored in local storage, so try to fix it.

Reviewers

@Swarzstein

Code review 2022-12-13

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.