Coder Social home page Coder Social logo

brytebee / todo Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 855 KB

In this project, I built a simple list of To-Do tasks. This simple web page is engineered using Webpack and served by a Webpack dev server. I also used JavaScript DOM manipulation, HTML5, Bootstrap and CSS3.

Home Page: https://brytebee.github.io/toDo/dist/

HTML 9.01% JavaScript 85.43% CSS 5.55%
javascript dom-manipulation bootstrap5 html5 webpack testing jest-tests

todo's Introduction

To Do list

Description

In this project, I built a simple list of To-Do tasks. This simple web page is engineered using Webpack and served by a Webpack dev server. I also used JavaScript DOM manipulation, HTML5, Bootstrap and CSS3.

Screenshot

image

live-demo

Built With

  • HTML5, CSS3(Bootstrap 5) and JS-DOM

Getting started

  1. Clone the project
  2. Installing the packages
  3. On the cmd run npm run build
  4. Run npm start

Prerequisites

Basic knowledge of HTML Semantics CSS And JS-DOM to understand code. Ordinary internet browser knowledge to use. ๐Ÿ˜ƒ

Author

๐Ÿ‘ค Atsighi Bright

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration

๐Ÿ“ License

This project is Microverse licensed.

todo's People

Contributors

brytebee avatar lily-coder avatar

Stargazers

Mr Dev Dragon  avatar Hamza Tarar avatar Kamwa Emmanuelle Alix avatar Hillary Okello avatar Safa ABALLAGH avatar

Watchers

James Cloos avatar  avatar

todo's Issues

Suggested Changes โ™ป๏ธ

Hi! @brytebee!
Great job coming this far, your code is really clean!

However, there are some suggested modifications you could consider making to implement ES6 code syntax and conventions.

  1. Write the above function(s) using an arrow function. It's more efficient.

export default function add() {

export default function clearAll(list) {

  1. Move all const, variable, and element definitions to the top of the function(s) below if possible:

const checkInputDiv = document.createElement('div');

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.