Skip to content

CodeCoachJS/js_pro_kyle_simspon_app

 
 

Repository files navigation

Work with Kyle Simpson


This app has been forked from Kyle Simpson's YouPeriod app you can check out here.

At a high level, this app allows a user to store information directly on their device in a secure way, without the need for an external database.

Great idea.

This app is NOT ready for public usage and is under active development, so there is some room to extend or improve functionality.

Getting Started

npm i
npm start

Watch 📼


Check out an approach to digging into a new codebase:

App walkthrough video


TODO


  1. How does this app actually store data? What type of encryption methods are used?
  2. Extend the functionality of this app to add some validation for when a user creates an acount. Currently, there is no feedback when a user password is too short.
  3. Add functionality to set the number of hours or minutes that some user data should be stored before being deleted.

BONUS: add a single test to any piece of functionality (login or entering data)

About

Tinker on Kyle Simpson's App and add some functionality

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.5%
  • HTML 19.1%
  • CSS 7.4%