Tjay114 / sweet-living-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWEET-LIVING FRONTEND WEB APP

Table of contents

  1. Description
  2. Screenshots
  3. Setup and installation instructions
  1. Known bugs
  2. Technologies used
  3. Support and Contact details
  4. License
  5. Collaborators

Description

Swee-Living website allows realtors and users around the world to buy,sell and rent real estate properties . A user is able to to log into the plaform, view the available real estate properties and decide whether they will purchase it.

Screenshots

Screenshot1

Screenshot2

Setup and installation instructions

Requirements

  • NodeJS (v16), and npm

Install NodeJS

Verify you are running a recent version of Node with:

node -v

If your Node version is not 16.x.x, install it and set it as the current and default version with:

nvm install 16
nvm use 16
nvm alias default 16

You can also update your npm version with:

npm i -g npm

Setting up the frontend

npm install 

npm start 
  • npm start : run the frontend on http://localhost:4000

  • Open the project using your preferred code editor, preferably Visual studio to inspect the code.

Live Links

Known bugs

There are no known bugs in this project.

Technologies used

  1. HTML
  2. CSS
  3. Javascript
  4. React
  5. Bootstrap

Support and Contact details

License

This project is under MIT license.

Collaborators

  • Terah Mumuli
  • Martin Munyao
  • Abdulaziz Abdullahi
  • Barbra Mududa
  • Jane Kigenyi
  • Milton Kihara
  • Isaac Sindiga

About


Languages

Language:JavaScript 62.3%Language:CSS 34.6%Language:HTML 3.1%