Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/persteenolsen/web-client-react

A React Client working together with a Web API Core 2.2 - WebApiCore - serving as a Membership system
https://github.com/persteenolsen/web-client-react

Last synced: 29 days ago
JSON representation

A React Client working together with a Web API Core 2.2 - WebApiCore - serving as a Membership system

Awesome Lists containing this project

README

        

- This React client ( SPA ) is the frontend for a secure ASP.NET Core 2.2 Web API serving as a role based Membership system

- 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 and ES6
- Traditionel Bootstrap by CDN for the responsive design of this React App
- React BrowserRouter for navigation
- Visual Studio Code as Text Editor