{"id":25319475,"url":"https://github.com/yann-github/argent-bank-frontend","last_synced_at":"2026-04-02T18:53:43.194Z","repository":{"id":163068673,"uuid":"636352746","full_name":"Yann-GitHub/Argent-Bank-Frontend","owner":"Yann-GitHub","description":"OC - P13 - ArgentBank - Utilisez une API pour un compte utilisateur bancaire avec React","archived":false,"fork":false,"pushed_at":"2023-06-20T15:45:08.000Z","size":618,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T20:41:39.719Z","etag":null,"topics":["axios","global-state","jwt-token","mongodb","mongodb-compass","prop-types","react","react-modal","react-router","react-router-dom-v6","redux-toolkit","sass"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yann-GitHub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-04T16:56:37.000Z","updated_at":"2023-07-19T15:22:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"3adfb654-39fd-484c-822f-0aa9075f20f2","html_url":"https://github.com/Yann-GitHub/Argent-Bank-Frontend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yann-GitHub%2FArgent-Bank-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yann-GitHub%2FArgent-Bank-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yann-GitHub%2FArgent-Bank-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yann-GitHub%2FArgent-Bank-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yann-GitHub","download_url":"https://codeload.github.com/Yann-GitHub/Argent-Bank-Frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713310,"owners_count":20983683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","global-state","jwt-token","mongodb","mongodb-compass","prop-types","react","react-modal","react-router","react-router-dom-v6","redux-toolkit","sass"],"created_at":"2025-02-13T20:40:35.188Z","updated_at":"2025-12-30T23:06:13.847Z","avatar_url":"https://github.com/Yann-GitHub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argent-Bank-Frontend\n\nThis repository contains the source code for the Argent Bank Frontend app, a platform that allows users to manage their finances conveniently and securely.\n\n## Prerequisites\n\n- [NodeJS](https://nodejs.org/en/)\n- [Yarn](https://yarnpkg.com/) or [Npm]()\n- IDE (VSCode, IntelliJ, ...)\n\n## Getting Started\n\n### Backend Api\n\nThe Argent Bank app relies on a backend API to retrieve data and handle authentication. You can find the source code for the backend API at the following URL: https://github.com/OpenClassrooms-Student-Center/Project-10-Bank-API.\n\nTo run the Argent Bank app, you will need to have the backend API running locally as well. Please follow the instructions in the backend API repository's README file to set up and run the API locally. The backend API is responsible for authenticating users and issuing a JWT token.\n\nOnce the backend API is up and running, you can start the Argent Bank app by following the instructions in the \"Installing\" section.\n\nThe backend will be available at http://localhost:3001.\n\n### Frontend App\n\n**Dependencies**\n\nThis project also has the following dependencies:\n\n```bash\n\"@fortawesome/fontawesome-svg-core\": \"^6.4.0\",\n\"@fortawesome/free-regular-svg-icons\": \"^6.4.0\",\n\"@fortawesome/free-solid-svg-icons\": \"^6.4.0\",\n\"@fortawesome/react-fontawesome\": \"^0.2.0\",\n\"@reduxjs/toolkit\": \"^1.9.5\",\n\"@testing-library/jest-dom\": \"^5.16.5\",\n\"@testing-library/react\": \"^13.4.0\",\n\"@testing-library/user-event\": \"^13.5.0\",\n\"axios\": \"^1.4.0\",\n\"prop-types\": \"^15.8.1\",\n\"react\": \"^18.2.0\",\n\"react-dom\": \"^18.2.0\",\n\"react-modal\": \"^3.16.1\",\n\"react-redux\": \"^8.0.5\",\n\"react-router-dom\": \"^6.11.1\",\n\"react-scripts\": \"5.0.1\",\n\"sass\": \"^1.62.1\",\n\"web-vitals\": \"^2.1.4\"\n```\n\nPlease ensure that you have these dependencies installed and up-to-date before running the app.\n\n**Installing**\n\n- Clone this repository using the following command:\n\n```bash\ngit@github.com:Yann-GitHub/Argent-Bank-Frontend.git\n```\n\n- Install the dependencies by running the command:\n\n```bash\nnpm install or yarn install\n```\n\n**Running the app**\n\n- Runs the app in the development mode by running the command:\n\n```bash\nnpm start or yarn start\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\nThe page will reload when you make changes. You may also see any lint errors in the console.\n\n### Additional API Documentation for Transactions\n\nIn addition to the frontend application, we have designed and modeled the API for transactions. To provide a comprehensive understanding of the proposed transaction APIs, we have created a .yalm document conforming to the Swagger format. You can find this document in the file [swagger.yaml](./swagger.yaml)\n\nThe transaction APIs aim to fulfill the following user requirements:\n\n- View all transactions for the current month.\n- View detailed information about a specific transaction in a separate view.\n- Add, modify, or delete transaction information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyann-github%2Fargent-bank-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyann-github%2Fargent-bank-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyann-github%2Fargent-bank-frontend/lists"}