Code Monkey home page Code Monkey logo

itspinion / todolist Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 52 KB

A comprehensive project designed to practice JavaScript and TypeScript skills, showcasing Functional, Object-Oriented, and Procedural programming paradigms through task management.

Home Page: https://todolist-itspinion.vercel.app

License: MIT License

HTML 8.12% JavaScript 39.38% CSS 7.39% TypeScript 45.12%
functional-programming javascript localstorage object-oriented-programming procedural-programming task-manager typescript

todolist's Introduction

TodoList

Version License

TodoList Screenshot

Overview

TodoList is a personal project designed to enhance JavaScript and TypeScript skills, with a special focus on exploring different programming paradigms: Functional, Object-Oriented, and Procedural programming. This web application allows users to manage their tasks efficiently, providing a practical platform to understand and apply these paradigms in real-world scenarios.

Features

  • Add Tasks: Quickly add new tasks to your list with just a few clicks.
  • Edit Tasks: Modify your tasks on the fly without any hassle.
  • Delete Tasks: Remove any task from your list with a single action.
  • Task Status: Mark tasks as done directly from the list.
  • Local Storage: Your tasks are saved in your browser's local storage, ensuring they're always available.
  • Responsive Design: Enjoy using TodoList on any device, with a clean and intuitive interface.

Getting Started

Prerequisites

  • A modern web browser (Chrome, Firefox, Safari, etc.)

Installation

  1. Clone the repository:
    git clone https://github.com/ItsPinion/TodoList.git
    
  2. Navigate to the project directory:
    cd TodoList
    
  3. Install the dependencies:
    npm install
    
  4. Start the development server:
    npm run dev
    
  5. Open your browser and go to http://localhost:5000 to see the application in action.

Building for Production

To build the application for production, run:

npm run build

This will create a dist directory with the production-ready files.

Usage

  1. Add a Task: Type your task into the input field and press "Submit". Your task will appear in the list below.
  2. Edit a Task: Click on the "Edit" button next to the task you want to modify. You'll be prompted to enter a new task name.
  3. Delete a Task: Click on the "Delete" button next to the task you want to remove.
  4. Mark a Task as Done: Click on the task text to toggle its completion status.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you find any bugs or have suggestions for improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Live Demo

Check out the live demo of TodoList at https://todolist-itspinion.vercel.app/.

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.