https://github.com/soreing/react-notes-app
A front-end react app for taking notes
https://github.com/soreing/react-notes-app
babel css html javascript jwt jwt-authentication mongodb nodemailer oauth2 react react-router ssl tls webpack
Last synced: 3 months ago
JSON representation
A front-end react app for taking notes
- Host: GitHub
- URL: https://github.com/soreing/react-notes-app
- Owner: Soreing
- Created: 2021-12-15T06:57:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T23:41:14.000Z (about 4 years ago)
- Last Synced: 2025-06-12T14:05:16.320Z (about 1 year ago)
- Topics: babel, css, html, javascript, jwt, jwt-authentication, mongodb, nodemailer, oauth2, react, react-router, ssl, tls, webpack
- Language: JavaScript
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-notes-app
A web application for taking notes online. Frontend created with react and client side routing, Backend created with ExpressJS.
Project includes OAuth and local authentication with JWTs, Registration uses nodemailer and email verification. Passwords are NOT stored as plaintext by the application, only salted and hashed using bcrypt. For persistent data, mongodb is used. Connections are secure with SSL/TLS.
# [Try it Online!](https://notes.soreing.site)