/marconi-to-do

Primary LanguageTypeScript

To-Do App | User Stories

  • As a user, I can see my profile pic and username
  • As a user, I cannot logout; i am permanently logged in
  • As a user, I can see an area containing a list of todo lists. This area has 1 fixed list, which is titled: “Team To-Do List”
  • As a user, I cannot add or delete the list of todo lists, including amending their titles.
  • As a user, I can view all of my current todo list items in my “Team To-Do List” list, if any exist.
  • As a user, I can add new todo items to my “Team To-Do List” list.
  • As a user, I can delete todo items from my “Team To-Do List” list.
  • As a user, I can mark todo items on my “Team To-Do List” as complete, and they should visually delineate themselves as being different from non-completed items.

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.