The project is a To-Do list project to help plan daily, weekly or monthly activity. I used Html, CSS and JavaScript Technology to execute the project.

Overview

<<<<<<< HEAD

To Do List

This project is geared towards applying acguired skills for development of my porfolio through the following practices:

  • Create repository withe readme file
  • Create Branch
  • Applying best practices for HTML and CSS
  • Applying Github Flow
  • Set Up Webpack
  • Descriptive and Understanding Commit Messages and ReadMe file
  • Pull Request in Github for code review
  • Include Add and Delete Functionality
  • Include Add and Delete Functionality
  • To DO list Completes Status Update

Built With

  • Major languages HTML

  • Technologies used GitHub and Git Visual Studio Code

Getting Started

This Project has to do with creating a repo and preparing the repo against errors like syntax errors. The project also has to do with practicing professional way of documentation in software development.

For Access Online

Click: https://efoosag.github.io/awesome-books-refactor/

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

Prerequisites

Laptop or Deskstop Computer
Internet Connection
Power Supply

Install# To Do List

This project is geared towards applying acguired skills for development of my porfolio through the following practices:

  • Create repository withe readme file
  • Create Branch
  • Applying best practices for HTML and CSS
  • Applying Github Flow
  • Set Up Webpack
  • Descriptive and Understanding Commit Messages and ReadMe file
  • Pull Request in Github for code review
  • Include Add and Delete Functionality

Built With

  • Major languages HTML

  • Technologies used GitHub and Git Visual Studio Code

Getting Started

This Project has to do with creating a repo and preparing the repo against errors like syntax errors. The project also has to do with practicing professional way of documentation in software development.

For Access Online

Click: https://efoosag.github.io/todo-list/

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

Prerequisites

Laptop or Deskstop Computer
Internet Connection
Power Supply

Install

Git
Visual Studio Code

Authors

👤 Author1

Acknowledgments

I Like to Thank Microverse for creating this platform.

📝 License

This project is MIT licensed.

Git
Visual Studio Code

Authors

👤 Author1

Acknowledgments

I Like to Thank Microverse for creating this platform.

📝 License

This project is MIT licensed.

Welcome to GitHub Pages

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1

## Header 2

### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see Basic writing and formatting syntax.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

cbf4f1fd3c901abf8e82bee376fe490e039b196e

You might also like...

This is a project that is used to execute python codes in the web page. You can install and use it in django projects, You can do any operations that can be performed in python shell with this package.

Django execute code This is a project that is used to execute python codes in the web page. You can install and use it in django projects, You can do

Nov 12, 2022

This is my to-do list website built with html, css and JavaScript. In this project I used Webpack to bundle JavaScript and ES6 modules to write modular JavaScript.

This is my to-do list website built with html, css and JavaScript. In this project I used Webpack to bundle JavaScript and ES6 modules to write modular JavaScript.

To-Do-List App This is my to-do list website built with html, css and JavaScript. In this project I used Webpack to bundle JavaScript and ES6 modules

Sep 20, 2022

This is ongoing project and it will has plan for several co-workers and friends.

This is ongoing project and it will has plan for several co-workers and friends.

MERN: Full-stack Chat Application Introduction The MERN stack which consists of Mongo DB, Express.js, Node.js, and React.js is a popular stack for bui

Dec 3, 2022

A simple to do list webpage where you can log the daily tasks you have to do, mark them as checked, modify them, reorder them and remove them. Made using HTML, CSS and JavaScript.

A simple to do list webpage where you can log the daily tasks you have to do, mark them as checked, modify them, reorder them and remove them.  Made using HTML, CSS and JavaScript.

To-Do-List This Webpage is for an app called To-Do-List which helps you add, remove or check tasks you have to do. It is a simple web page which conta

Mar 12, 2022

Todo List is a simple web-based application that gives users the ability to organize their work and life daily tasks. Built with JavaScript, HTML/CSS.

Javascript Project Todo List Using Javascript to create a simple Todo List project. Populating the todo list and then removing from the list. Built Wi

Sep 28, 2022

To-Do List is a simple web based application that gives users an opportunity to note and organize their daily tasks. This app is built with JavaScript, HTML/CSS.

Project Name To-Do App Live Demo About Project In this feature, I built a to do list app which helps to list the tasks to be done at a particular time

Aug 18, 2022

A simple to do list app built with HTML, CSS and JavaScript. Users can add daily tasks, edit the tasks, delete the tasks when it's done

To Do List This is a website that allows users to manage the tasks. users can add every task to do and when the task is done users can delete the task

Jul 21, 2022

Simple yet powerful to-do list app to manage your daily tasks! Built with: CSS, HTML, JavaScript

Simple yet powerful to-do list app to manage your daily tasks! Built with: CSS, HTML, JavaScript

To-Do List Simple yet powerful to-do app to manage your daily tasks! Built With HTML, CSS Fameworks: N/A Technologies: Linters, Git, GitHub, Webpack L

Jul 21, 2022

The Plan: Equator

The Plan: Equator Most people overestimate what they can do in one year and underestimate what they can do in ten years. See 👀 what I'm going to do i

Jan 7, 2022
Comments
  • add list interaction

    add list interaction

    • Add event listener to the checkbox (change).
    • Update items object's value for completed key upon user actions.
    • Implement a function for the "Clear all completed" button (use filter() method).
    • Store the updated array of items in local storage, so the user gets the correct list values after the page reloads.
    opened by efoosag 0
  • Check JavaScript Best Practices

    Check JavaScript Best Practices

    JavaScript

    No error when compared to JavaScript best practices

    DRY, KISS, and YAGNI

    Add Map to filter function in index.js to make code readable and clean on lines:

    HTML and CSS best practices

    No error when compared to Html and CSS best practices

    opened by efoosag 0
  • Peer-to-Peer Code Review

    Peer-to-Peer Code Review

    Hello @efoosag ✋,

    Amazing Job so far 🚀 There are some issues that you still need to work on to go to the next project but you are almost there! 🚨

    Highlights ⚡

    • [x] Proper async and await use
    • [x] Proper use of arrow functions

    Required Changes ♻️

    Check the comments under the review.

    • [x] You should add a description of your project and a live link for easy display of the work done on the project in the readme
    • [x] On line 8 of the index.html file you should move the scripts tag to the last child of the body element
    • [x] In the index.js file you can apply the modular code principle by moving utility functions like display book and reloading to a different module

    Cheers and Happy coding!👏👏👏

    Feel free to leave any questions or comments in the PR thread if something is not 100% clear. Please, remember to tag me in your question so I can receive the notification.

    opened by t-bello7 0
Owner
Victor Efosa Osagie
Full-Stack Software Developer with love for JavaScript. I love Watching football and technology-related movies. I am open to new opportunities.
Victor Efosa Osagie
Weekly, Monthly and Yearly notes in Logseq!

Periodic Notes for Logseq Currently is very early stages. My roadmap for releasing on the Logseq marketplace can view viewed here Functionality Curren

Brendon 12 Dec 29, 2022
A daily activity tracking application that helps to organize your daily tasks and keep track of tasks that have been completed, or yet to be completed.

To-Do-List This is my To-Do List project in the Microverse curriculum. Built With HTML CSS Javascript (Webpack) GitHub Live Demo Live Demo Link Gettin

Hammed Adisa 8 May 7, 2022
This repo contains the templates used in my automated obsidian weekly review video and also an accompanying vault with the folder structure expected and plugins

This repo contains the templates used in my automated obsidian weekly review video and also an accompanying vault with the folder structure expected and plugins (periodic note settings etc)

Pamela Wang 53 Dec 21, 2022
NewsStation is a news app which can be used to grab daily news bites. If you are interested in news whether politics, business, entertainment, general, health, science, sports and technology news NewsStation is for you!

This is a NewsStation WebApp Project Using News API NewsStation is a news app which can be used to grab daily news bites. If you are interested in new

Ravi Chauhan 2 Feb 7, 2022
Use real-time computing technology and web technology to build a big data Kanban l to solve the problem. Among them, practical technologies include MySQL, Kafka, Flink, Redis, Flask and Echarts

实时计算(English Version) 运用实时计算技术、Web 技术构建一个大数据看板来解决问题。其中实用技术包括Mysql、Kafka、Flink、Redis、Flask和Echarts 目录 1.问题需求 2.方案分析 3.安装环境 4.环境启动命令和运行代码的方法 5.代码目录结构说明

Serendipity 2 Jan 8, 2022
This "To-do-list" app is a simple web application that displays a list of task and allows you to add and remove task from that list. it is built with the latest technology namely; JavaScript with webpack Configuration.

To-do-list "To-do-list" is a simple web application that displays a list of task and allows you to add and remove task from that list. Built With HTML

Aniekan udo 10 Nov 21, 2022
In this project I have build a To Do List app that you can list, add, delete and manage your daily tasks better. Build with HTML, CSS, JS, ES6, JSON

ToDo List This project is build by javascript web packages which can add and remove daily tasks. Built With Html Css Javascript Sublime Text Author ??

Sahar Saba Amiri 7 Oct 25, 2022
A simple daily news, used the api of Zhihu Daily, deployed on Vercel.

Daily News Introduction | 介绍 A simple daily news website, used the api of Zhihu Daily, deployed on Vercel. Inspired by @zkeq/news. 一个简单的,使用知乎日报api的,部署

Lockinwize Lolite 4 Jul 26, 2022
A simple application used to organize your day to day activity. Tasks can be added and removed from this list.

Minimalist ToDo List A minimalist list of TODOs. Built With HTML, CSS, JavaScript Webpack Jest NPM Node Getting Started In order to obtain a local cop

Eva Lavinia Bucur 10 Sep 9, 2022