Skip to content

Unlatch is an app that allows a user to keep track of the maintenance done to their vehicles. Each individual vehicle has a video, parts required, instructions and repair logs. User can add and delete repair logs. This application is better viewed as a mobile device since it was meant to be used primarily on a cellphone.

Notifications You must be signed in to change notification settings

russellcape/unlatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Unlatch - Mobile View (Iphone X)

Overview

Unlatch is an app that allows a user to keep track of the maintenance done to their vehicles. Each individual vehicle has a video, parts required, instructions and repair logs. User can add and delete repair logs. This application is better viewed as a mobile device since it was meant to be used primarily on a cellphone.

Final Product

"Screenshot of Landing Page" "Screenshot of Login Page" "Screenshot of Garage Page" "Screenshot of Selected Vehicle Page" "Screenshot of Selected Project Page" "Screenshot of Repair Logs Page" "Screenshot of Add Repair Log Page"

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command in both the "frontend" folder as well as the "backend" folder.
  3. Start the web server using the npm run local command while in the "backend" folder. You will also need to start the client by navigating to the "frontend" folder and running the npm start command there. The app will be served at http://localhost:3002/.
  4. Go to http://localhost:3002/ in your browser.

Tech Stack

  • Axios
  • Express
  • Node
  • PostgreSQL
  • Bootstrap
  • React
  • React Router

Contact the Contributors

Questions? Comments? Want to contribute to this? Feel free to contact any of the contributors of this repo.

Last updated January 21, 2020

This project was created with: Create React App and Express-Generator

Available Scripts

Frontend folder:

npm start

Runs the app in the development mode.
Open http://localhost:3002 to view it in the browser.

The page will reload if you make edits.

Backend Folder:

npm run local

Launches the api for the application.
Open http://localhost:8000 to view endpoints / make route queries.

About

Unlatch is an app that allows a user to keep track of the maintenance done to their vehicles. Each individual vehicle has a video, parts required, instructions and repair logs. User can add and delete repair logs. This application is better viewed as a mobile device since it was meant to be used primarily on a cellphone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.0%
  • TSQL 24.5%
  • CSS 3.9%
  • HTML 0.6%