Jam52 / dwellingly-app

Application for property managers to communicate with social workers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dwellingly App

This serves as the Frontend Repo of the Full Stack Application for JOIN Organization's Dwellingly site being created per the FIGMA designs. This site will eventually aid in supporting both tenants and landlords with a more streamlined rental property process.

Contributing

Here is a guide to making contributions to this project on Github.

Backend

Here is a link to the Backend's Repo. It has its own README as well!

Frontend

Prerequisite Technologies

Getting Started

Once necessary technologies are installed on your machine:

From Terminal:

  • Navigate to your desired directory from the command line: example:cd Desktop/CodeForPDX/Dwellingly
  • Clone Project - git clone https://github.com/codeforpdx/dwellingly-app.git
  • Create your own working branch: example: git checkout -b add-new-component

Installing

From terminal:

  • Navigate to app's directory: cd dwellingly-app
  • Install: npm install
  • Launch: npm start
  • React will open a browser page for you and navigate to localhost:3000

Optional

  • Instructions to create a custom terminal command (an alias) for faster startup here.

Thank you for your help and happy coding!

About

Application for property managers to communicate with social workers


Languages

Language:JavaScript 85.9%Language:SCSS 13.7%Language:HTML 0.3%Language:CSS 0.0%Language:Shell 0.0%