bobel95 / todos-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-dos React App

About

This is a simple Todo list web app built with React

Features

  • Display tasks
    • View time remaining until due date
    • Due date becomes red when there's less than 1 day until the task is due
  • Validation on forms done with custom hooks
  • Delete tasks
  • Mark a task as finished



Technologies used

Usage:

Clone this repository. You will need node and npm installed globally on your machine.

Keep in mind this app uses the Todos-API and assumes the API is running on localhost:8080.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000/

About


Languages

Language:JavaScript 95.1%Language:HTML 3.0%Language:CSS 1.9%