Skip to content

Rent Tracker is a React web page and server. it utilizes Googles api's and is highly optimized

Notifications You must be signed in to change notification settings

Vuvvy1/rent-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RentProof

RentProof is An app to track and analyze rental prices. Users can submit info about their rent costs, and the app tracks this data, graphing out rental increases over the years, and showing how each property's price fluctuations compare to the rest of the market. The project uses tech stacks such as React, Google API, Express, Node, and Psql.

Examples

Main Page

averages-filters

Color-Coded Pins

pin-color

Property View

selected-property

///////////////////////////////////////////////////////////////////////////////////////////////////////

Getting Started

To get started with RentProof, you'll need to install both the client and server dependencies. Here's how:

Clone the RentProof repository from GitHub: git clone https://github.com//jamesraymondbrown/rent-tracker

Install the server dependencies: cd rent-proof/server npm install

Install the client dependencies: cd ../client npm install

Start the server: cd ../server npm run start

Start the client: cd ../client npm run start

////////////////////////////////////////////////////////////////////////////////////////////////////////

Server Scripts

start: Starts the server reset: Resets the database to its initial state (run this only in development mode) run dev: Starts the server in development mode using nodemon

Dependencies

Server:

Client:

Scripts

  • start: Starts the client
  • build: Builds the client for production
  • test: Runs the client's test suite
  • eject: Ejects the client from react-scripts

Proxy

The client is configured to proxy API requests to the server at http://localhost:8001.

About

Rent Tracker is a React web page and server. it utilizes Googles api's and is highly optimized

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • SCSS 3.1%
  • Other 0.5%