Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T23:41:14.000Z (over 2 years ago)
- Last Synced: 2024-10-30T14:50:32.027Z (3 months 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)