Skip to content

josh-williams-401-advanced-javascript/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAB - Week 7

Project: To Do

Author: Joshua Williams

Links and Resources

Setup

git clone https://github.com/josh-williams-401-advanced-javascript/todo
cd todo
npm i
touch .env

.env requirements (where applicable)

REACT_APP_API="https://api-js401.herokuapp.com"
REACT_APP_SECRET=supersecret

How to initialize/run your application (where applicable)

npm start

How to use your library (where applicable)

Try signing in with different roles to see how the app functions differently.

username password
user USER
editor EDITOR
admin ADMIN

Add new items to the to-do list to see them pop up on the right. Click on the pill on the top left of each card to watch the count go up and down and to see the style of the list items change. Delete an item by clicking the 'x' on the top right of each item.

To mess around with the app, change the initial useState() values of the files in the context folder, to see a different number of items per screen, whether the app shows completed items or not, and what the list items are sorted by.

Tests

N/A

UML

UML

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages