https://capstone-one-vp.now.sh/
Users who play Nintendo Switch's Animal Crossing:New Horizons.
There is no way to know what items a user has donated to the museum, but to go up to each item in the many rooms to see what and when the user has donated the item.
As a fan of planning/tracking, I was inspired to create this app to help me keep track of what I have donated instead of keeping track on paper or a spreadsheet.
- User is able to GET,POST,DELETE.
- Create new items to add to their donation list.
- User is able to view what they have donated.
- User is able to delete the items they have donated.
- User is able to login.
- User is able to logout.
- User is able to sign up for an account.
- User is required to meet requirements for password.
- User is not allowed to go to the login page if redirected.
- User is not allowed to go to the items page if not logged in.
- If user is logged in, they will not be allowed to view the landing page.
- I have set private routes and public routes.
- Pages are protected unless the user has logged in.
- There is a landing page with a demo user and instructions.
###Technology: REACT,JAVASCRIPT,CSS,HTML