Skip to content

ToDo App is a simple task app. This ToDo app allows you to create your own list of tasks, delete and filter them. Also, it shows you a number of uncompleted tasks.

Notifications You must be signed in to change notification settings

evulins/todo-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo App

ToDo App is the simple task app. This ToDo app allows you to create your own list of tasks, delete and filter them. Also it shows you number of uncompleted tasks.

Specification

For the project I used:

  • React JS
  • JavaScript
  • HTML
  • CSS
  • Flexbox

How to run ToDo App in development mode

  1. Make sure you have Git and Node installed on your local machine.
  2. Download or clone the repository.
  3. In a terminal install all project dependencies with npm install.
  4. Start the development server with npm start
  5. With your server running, open your browser and visit the site: http://localhost:3000/

How to run ToDo APP in production mode

  1. In a terminal install all project dependencies with npm build.
  2. In a terminal, check the version of Python you have: python -V. If you don't have Python installed, navigate to Python's website to download and install the software.
  3. If you have Python navigate to the build directory and start a localhost with python python -m S impleHTTPServer 8000.
  4. Open your browser and visit the site: [http://localhost:8000](http://localhost:8000

About

ToDo App is a simple task app. This ToDo app allows you to create your own list of tasks, delete and filter them. Also, it shows you a number of uncompleted tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published