Skip to content

BasedBrenden/LeaslyReactFE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you are using a web browser, and would prefer to view the website, please go to https://leasly-388c5.web.app/ . To have backend information load, please select the lock icon at the top of the address bar, select "Connection Secure" and then "Disable Protection for now". This will allow you to load in the backend via the browser, and will only affect your connection to this website. Currently working on a fix regarding SSL Certification.

Frontend

Understanding File-Structure

  • The directories frontend/android and frontend/ios are prebuilt to support React Native.
  • The main directory we care about is frontend/app, which holds the common code.
  • Within the app folder, there are components and pages. Pages are made up of components, and are rendered by our navigator.

Downloading Dependencies

From the frontend folder, run:

npm install

Starting Project

You can start the frontend from the corresponding folder by entering:

npm run web

Backend

Here is the link for the backend code, a complete rewrite using java springboot, and AWS services: https://github.com/BasedBrenden/Leasly-backend/tree/main/leasly-demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 69.5%
  • Java 17.3%
  • CSS 5.9%
  • Ruby 2.4%
  • HTML 2.2%
  • Objective-C++ 2.0%
  • Other 0.7%