Giter VIP home page Giter VIP logo

react-todo-list's Introduction

React Todo List

Table of contents

General info

This project is a todo list app. The application allows to create a list of the so-called todo's. Input at the top is used to enter the name of the new todo. The buttons below it allow you to clear the content of the input or add a new todo based on the value entered into it. The add button is disabled as long as the input is empty. Additionally, when a new todo is added, the input is cleared. The list of created todos is represented by cards containing the content of the given todo and two buttons. The button with a trash can icon is used to remove a todo from the list. The button with the check icon allows you to mark the todo as done. This button is disabled for todos marked as done. Additionally, in order to distinguish between todo in progress and done todo, the latter differ in color when their status equals 'done'.

Features

The main page contains a todo list app with:

  • input for entering a new todo name,
  • button for adding new todo from input value (disabled, when input is empty),
  • button for clearing input value,
  • clearing input value after adding new todo,
  • list of created todo's displayed as cards with text and two buttons,
  • button for setting todo as completed (disabled, when todo status is equal to 'done'),
  • button for removing todo from the list,
  • changing color of todo with status 'done'.

Technologies

Application has been moved from CSS/JS to SCSS/TS on 25.05.2022.

  • HTML,
  • CSS,
  • JS,
  • React.js.

Setup

If you want to run the application on the local machine, follow these steps:

  1. Clone down this repository
  2. Install dependencies with the command: npm install
  3. Start development server with the command: npm start

The application will be available at localhost:3000 to view in the browser. The page will reload if you make edits.
You will also see any lint errors in the console.

react-todo-list's People

Contributors

ruljin avatar

Stargazers

 avatar

Watchers

 avatar

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.