https://github.com/charlenry/charleshenrisaintmars_13_032023
Argent Bank is a new bank startup and I need to prototype a web application for customers to log in and manage their accounts and their profile. I also need to provide API endpoints in YAML format for transaction operations. Note: the version offered in the link below doesn't have a backend. To have a version with backend, see the README.md file.
https://github.com/charlenry/charleshenrisaintmars_13_032023
api api-js create-react-app css3 function-components hooks jsdoc jsx mongodb nodejs prop-types reactjs redux sass swagger w3c-validator yaml-configuration
Last synced: 4 months ago
JSON representation
Argent Bank is a new bank startup and I need to prototype a web application for customers to log in and manage their accounts and their profile. I also need to provide API endpoints in YAML format for transaction operations. Note: the version offered in the link below doesn't have a backend. To have a version with backend, see the README.md file.
- Host: GitHub
- URL: https://github.com/charlenry/charleshenrisaintmars_13_032023
- Owner: charlenry
- Created: 2023-03-31T03:28:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T14:44:33.000Z (about 2 years ago)
- Last Synced: 2025-01-16T11:29:16.022Z (5 months ago)
- Topics: api, api-js, create-react-app, css3, function-components, hooks, jsdoc, jsx, mongodb, nodejs, prop-types, reactjs, redux, sass, swagger, w3c-validator, yaml-configuration
- Language: JavaScript
- Homepage: https://argent-bank-inky.vercel.app
- Size: 839 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project 13 - Argent Bank
This Frontend project is created with [Create React App](https://github.com/facebook/create-react-app). It is a web application prototype that allows the bank's customers to access their bank account(s) with a separately frontend part and a backend part. The application is developed with Node.js version 16.14.2 and React version 18.2.0.
1. To test this web application, you need fist to clone the backend application from [https://github.com/charlenry/Project-13-Bank-API](https://github.com/charlenry/Project-13-Bank-API). So follow the instructions in the README.md file.
2. Afterwards, clone this projet (not in the folder of the previous cloned project). Then go to the folder where the package.json file is located and run in an other terminal the command `yarn install`. When finished, run the command `yarn start`. The application will start in your browser on port 3000 at the address [http://localhost:3000](http://localhost:3000).
3. The JSDoc is accessible at the address [https://charlenry.github.io/CharlesHenriSaintMars_13_032023/docs/](https://charlenry.github.io/CharlesHenriSaintMars_13_032023/docs/).
4. My solution for the API endpoints in YAML format for transaction operations: [https://github.com/charlenry/Project-13-Bank-API/blob/master/swagger.yaml](https://github.com/charlenry/Project-13-Bank-API/blob/master/swagger.yaml).