ArgentBank
Front-end implementation for a banking application
(React/Redux project with OpenClassRoom)
Missions :
- Setting up the front-end
- Wireframe compliance
- User authentication
- Customize user name
Management & tools :
- Wireframes
Programming language :
- ReactJs
- SASS
- Redux
Home Page

- Hero component.
- Reusable FeatureItems component.
- Routing logic.
Login Page

- Authentication form.
- API POST request for authentication.
- JWT storage in LocalStorage.
- Redux store auth managing authentication.
Account User Page

- Retrieves User information from the API.
- Update information in the Redux Store User.
- Reusable Account component.
Edit Page

- User name customization only.
- Save or cancel the current modification.
- Update BDD and Store Redux accordingly.