Skip to content

hekcha/RentAssure-Forntend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RentAssure

This project was build with the help of React ,Django & Djano REST framework.

Some More Screenshots

Login & Signup

About & ContactUs

Other

Installation

Pre-requisites

Your machine should have NPM and Node installed. A full guide for installing each of these is given below. Before you install any packages, ensure your package list is up to date with:

sudo apt-get update

Install yarn

sudo apt-get install -y npm

Install node

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

Local setup

Clone the repo

git clone https://github.com/iTs-rd/RentAssure-Forntend.git

Install node modules

npm install

Running the server

npm start

Visit http://localhost:3000 in your browser.

The app is running live at https://rentassure-bda5e.web.app/. Patience recommended while opening:stuck_out_tongue_closed_eyes:

Made in ❤️ with Github & ReactJS.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.2%
  • CSS 12.8%
  • HTML 2.0%