Skip to content

cjessett/ride-along-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ride-Along React UI

Create New Trips

Respond to ride requests or remove riders

Team Members

Project Description

This front end UI is used in conjunction with Ride-Along-API to connect users to carpool.

Users can post rides that they provide or join a ride that is near them.

Installation

To install the app to your local computer run

git clone https://github.com/cjessett/ride-along-ui

Switch into the app directory

cd ride-along-ui

Install the necessary modules

npm install

How To Use

Start the server

npm start 

The server will default to port 3000. If you are running the ride along api server on port 3000, node will ask if you want run on a different port and go to 3001. Open up your web browser and type http://localhost:3000 or 3001.

###Coming Features user authentication with jwt

About

Catch a ride with a local or offer a ride yourself

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • CSS 3.0%
  • HTML 2.4%