Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mannypulator authored Jul 28, 2022
1 parent b74d924 commit 7c7ba40
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

# Deca Loan Application

Deca Loan, is a web-based application that allows users to make loan requests and get instant feedback, instantly.


## Features Of The Application

### For Users
* Users should be able to create an account.
* Users should be able to create an account.
* Users should be make a request for loan.
* Users should be able to delete loan request made earlier in case they change their mind before approval from admin
* Users should be able to repay their loan
* Users should be able to check if they are eligible for a loan (I.e get an update on whether their loan has been verified)
* Users should be able to see if their loan is verified
* Admin should be able to see all loan request from all users
* Admin should be to see if users have paid their loans
* Admin should be able to prompt users to pay their loans


## Langugages Used:
* HTML,CSS and bootstrap
* JQuery and AJAX to make API request to json-server


# To start the project
Run `npm install`
After which you run `npx --watch json-server server/db.json`

0 comments on commit 7c7ba40

Please sign in to comment.