lzake / ForeverNotes

Note taking app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ForeverNotes

  • Note Taking App with a twist - the MySQL on AWS is set to stream across 3 continents, so not even a nuke could get rid of what you put in here. Encrypted by SHA256, this will last ~1 billion years, or for the current entirety of Google's computing resources, about 104 years.

Tech:

Amazon Web Services: 
     Computing - EC2, Lambda
     Database - S3, DynamoDB
     API- API Gateway, CloudFront
     Authentication - Cognito User Pool, Cognito Federated Identities, IAM, GuardDuty
     Interface for AWS services management: AWS CLI
Framework:
     Front-End FW - React.js
     Design - React-Strap Node package, Bootstrap
  • CRUD compatible
  1. create = /post
  2. read = /get
  3. update = /put
  4. delete = /delete

example of use

gif

Splash page

SignUp Page

Login page

Authenticated Splash page

New Note page

Updated, Authenticated Splash page

View Note page

Delete Note Alert

Re-Updated, Authenticated Splash page

- - - - - - - - - -

About

Note taking app


Languages

Language:JavaScript 83.7%Language:CSS 15.1%Language:HTML 1.2%