Skip to content

ChaseD13/ToDo-List

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo-List App

Netlify Status

Description

The ToDo-List app was created originally as an intern test. The app does not contain a backend so any tasks created by the user will be deleeted upon refresh/exit. It was created using React and Typescript. From this app I gained an understanding about both React and Typescript and how powerfull both of these resources are.

Usage

  1. Download code and run locally

    • Download repository
    • cd into folder location
    • run npm install
    • run npm build run
    • A web browser should pop up running the app
  2. Follow the link below to an already hosted version

Internship at The Dotcom test

Build a To Do List App similar to this: https://to-do-test-app.firebaseapp.com/.

  • Total number of uncompleted tasks should display at the bottom
  • User should be able to remove tasks from the list.
  • User should be able to mark tasks completed.

No backend required (Data does not need to persist).

Utilize React and Mobx (bonus points for Typescript).

Push to a github repo and deploy with a tool of your choice. We recommend Netlify or Firebase.

Commit early and often. We want to see your process.

Paste the deployed url into the description and readme.md of your repo. Email us the link to your repo (Please ensure it's public).

About

Create a To Do List web app with React and Mobx.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 52.4%
  • HTML 24.1%
  • CSS 15.9%
  • JavaScript 7.6%