From 7c7ba405a798fbd1778873ed7435af4e5ab7eaca Mon Sep 17 00:00:00 2001 From: Emmanuel Adesola Imion <47522491+Mannypulator@users.noreply.github.com> Date: Thu, 28 Jul 2022 18:31:21 +0100 Subject: [PATCH] Create README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..03a45ef --- /dev/null +++ b/README.md @@ -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` +