Giter Club home page Giter Club logo

sendit-9's Introduction

SendIt!


A ride-sharing app specifically for ski/snowboarding trips to the mountains.

Alt-H Guide


  1. Basic Info
  2. Demo
  3. Supporting Technologies
  4. Install and Setup
  5. Features
  6. Status
  7. Contact
  8. License

1. Basic Info


SendIt! is a community based ride-sharing app for ski/snowboarding trips to the mountains. A user can post a ride saying they have x amount of open seats in their car and how much they are charging per seat. Other users can browse these available rides and claim spots in their car in order to meet new people to snowboard/ski with, reduce traffic on the way to the mountains, and reduce emissions by vehicles taken off of the road.

2. Demo


https://youtu.be/oz8nxJm1ByE

3. Supporting Technologies


  • NodeJS
  • Express
  • React Native
  • Redux
  • MongoDB

4. Install and Setup


To run SendIt!, clone it from the GitHub repository and install locally.

Run commands in backend:

npm install
nodemon server

Run commands in frontend:

npm install
expo start

5. Features


  • Create new User profile
  • Browse all rides
  • Post ride

const postRide = (dispatch, ride, navigation) => {
axios.post(`${ridesURL}/add`, ride)
  .then(response => {
    dispatch({ type: POST_RIDE, payload: response.data })
    navigation.navigate('Find Ride', {ride: response.data})
  })
};

{ loginState.userToken != null ? ( }> ) : }

<GooglePlacesAutocomplete query={{ key: "AIzaSyCUapq6jDSDYvPZGlFmubHd6UeEs_EPh3Y", language: "en", }} onPress={(data, details = null) => { handleGetPickUpLocation(details.geometry.location, { address: details.formatted_address, placeId: details.place_id }); }} placeholder='Choose pick up location' enableHighAccuracyLocation={true} onFail={(error) => console.error(error)} fetchDetails={true} listViewDisplayed="true" styles={{ container: { position: 'absolute', justifyContent: 'center', marginTop: 6, }, listView: { position: 'absolute', height: autoCompleteHeight, width: width, top: 150, backgroundColor: '#fff', }, textInputContainer: { position: 'absolute', backgroundColor: "rgba(100,100,0,1)", opacity: 0.9, borderTopWidth: 0, borderBottomWidth: 0, marginLeft: 10, top: 10, width: width * 0.95, alignItems: 'center', }, textInput: { marginLeft: 0, marginRight: 0, width: width, height: 58, color: "#5d5d5d", fontSize: 16, }, predefinedPlacesDescription: { color: "#1faadb", }, }} />

___

###  6.  Status
___

Current status:  Functional MVP completed

To-do's:

- [x] Create Ride
- [x] Browse Rides
- [x] Sign In
- [x] Create User
- [ ] Search/Filter Rides
- [ ] Weather Reports for Destinations

### 7.  Contact
___
SendIt! was created by [Michael Navoy](https://www.linkedin.com/in/michael-navoy/).

### 8. Licence
___
[Click here to view](insert license)

sendit-9's People

Contributors

mnavoy4 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.