Loan-App-Front-end

Take home assignment for 02 tech consulting software developer intern role

MIT License

Stars
2

📗 Table of Contents

📖 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

🛠 Built With

Tech Stack

Key Features

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

💻 Getting Started

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:

  git clone [email protected]:oguntayomicheal/Loan-App-Front-end.git
  cd Loan-App-Front-end

Install

Install this project with:

  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

npm test
  npx eslint "**/*.{js,jsx}" 
  npx stylelint "**/*.{css,scss}" 

👥 Authors

👤 Micheal Oguntayo

🔭 Future Features

  • Allow customer to delete rejected loan applications

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

⭐️ Show your support

If you like this project please show support by staring ⭐️.

🙏Acknowledgments

  • I would like to express my gratitude to 02techconsulting for providing the project requirements and making this project possible.

📝 License

This project is MIT licensed.

Related Projects