Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persteenolsen/react-spa-users-client
A SPA React client working together with a Node.js and Express Web API serving as a role based membership system
https://github.com/persteenolsen/react-spa-users-client
Last synced: 14 days ago
JSON representation
A SPA React client working together with a Node.js and Express Web API serving as a role based membership system
- Host: GitHub
- URL: https://github.com/persteenolsen/react-spa-users-client
- Owner: persteenolsen
- Created: 2020-05-29T12:20:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T14:39:37.000Z (about 1 month ago)
- Last Synced: 2024-12-05T15:33:47.348Z (about 1 month ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- This React client ( SPA ) is the frontend for a secure Node.js and Express Web API serving as a role based Membership system
Last updated: 05-12-2024
Node Version: 20
- Email verification after registration
- Forgot password functionality
- Manuel configuration of Webpack serving as a module bundler
- Babel for transpiling JavaScript React ES6 to JavaScript ES5 ready for browsers
- The login system is using a JSON Web Token ( JWT )
- The user will have access to the secure endpoints of the Web API passing login and using the JWT
- Formik and Yup, React, HTML, CSS, JavaScript ES5, ES6 and ES7
- Traditionel Bootstrap by CDN for the responsive design of this React App
- React BrowserRouter for navigation
- Visual Studio Code as Text Editor