Skip to content

sarah27h/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo list app

Table of Contents

About the Project

This project is a single page application built using React.js to work as an interactive Todo list.

  • user-friendly interface
  • 100% Responsive for all screen sizes and
  • Accessible for screen reader users with
  • cross-browsers

Project Wireframe

alt project wireframe

Installing Instructions

  • download zip folder or clone project > https://github.com/sarah27h/todo-app.git

  • For develoment mode

    • cd to your project directory
    • install all project dependencies with yarn install
    • open project in browser and start the development server with yarn start
  • For production mode

    • cd to your project directory
    • install yarn build
    • to serve with static Server
    • serve -s build
    • Local host at http://localhost:5000

Offline First

Note: Service Worker works only in production mode

  • cd to project directory
  • Use serve -s build
  • Make sure you are in online mode (offline not selected)

Credits

License

This project is licensed under the terms of the MIT license.

Releases

No releases published

Packages

 
 
 

Contributors