https://around.nomoredomains.sbs
This projects builds upon the functionality of the Around React project and adds the functionality of authentication and authorization to it.
- Registration and authorization of users in the service
- React routing protects the content of the main page from unauthorized access
- User gets redirected from the login and signup pages depending on their being authorized
- Users are identified with the help of tokens
- The feedback about the success/fail in the registration is shown when it's finished.
- React JS
- Webpack
- Functional components
- React routing
git clone /~https://github.com/artemshchirov/react-around-auth.git
cd react-around-auth
npm install
npm run start
Updated and last version of this project using react (link to the repository) and the backend was written for it (backend repository).