Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oguntayomicheal/loan-app-front-end
Take home assignment for 02 tech consulting software developer intern role
https://github.com/oguntayomicheal/loan-app-front-end
Last synced: 3 months ago
JSON representation
Take home assignment for 02 tech consulting software developer intern role
- Host: GitHub
- URL: https://github.com/oguntayomicheal/loan-app-front-end
- Owner: oguntayomicheal
- License: mit
- Created: 2023-10-25T19:50:48.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2024-08-13T23:27:10.000Z (5 months ago)
- Last Synced: 2024-10-09T14:10:10.715Z (3 months ago)
- Language: JavaScript
- Size: 893 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ๐ Table of Contents
- [๐ Loan Application Frontend ](#about-project)
- [Link to the back-end repo](#link-to-the-back-end-repo)
- [๐ Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [๐ป Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [๐ฅ Authors ](#-authors-)
- [๐ญ Future Features ](#-future-features-)
- [๐ค Contributing ](#-contributing-)
- [โญ๏ธ Show your support ](#๏ธ-show-your-support-)
- [๐Acknowledgments ](#acknowledgments-)
- [๐ License ](#-license-)# ๐ Loan Application Frontend Repository
> This repository contains the frontend code for the Loan Application web application. It's built using React and provides a user-friendly interface for customers to apply for loans, view loan status, and staff to review and manage loan applications. The README includes instructions for setting up the development environment, running the application, and contributing to the project.
## [Link to the back-end repo](https://github.com/oguntayomicheal/Loan-App-Backend)
React
JavaScript
Fetch-API
##### **Loan Officer (Staff)**
- Staff Login with unique ID
- Staff dashboard to view all Loan applications
- Review Loan applications and
- Update loan application status
##### **Customer**
- Register a new account
- Login to an existing account
- Apply for loans through loan application forms
- View loan applicaitons status
- Download loan agreement
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need a web browser.
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:oguntayomicheal/Loan-App-Front-end.git
cd Loan-App-Front-end
```
### Install
Install this project with:
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
```sh
npx eslint "**/*.{js,jsx}"
```
```sh
npx stylelint "**/*.{css,scss}"
```
๐ค **Micheal Oguntayo**
- GitHub: [@oguntayomicheal](https://github.com/oguntayomicheal)
- Twitter: [@OguntayoMicheal](https://twitter.com/Oguns_micky)
- LinkedIn: [@OguntayoMicheal](https://www.linkedin.com/in/ogunsmicky/)
- **Allow customer to delete rejected loan applications**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/oguntayomicheal/Loan-App-Front-end/issues).
If you like this project please show support by staring :star:๏ธ.
## ๐Acknowledgments
- I would like to express my gratitude to [02techconsulting](https://www.02herotechconsulting.com/) for providing the project requirements and making this project possible.
This project is [MIT](./LICENSE) licensed.