Giter Site home page Giter Site logo

sitter-swap's Introduction

Sitter Swap

This is a capstone project for the Turing School of Software and Design Backend Program. The goal of the project was to learn a new language.

Sitter Swap is tool to bring dog owners together to help reduce the cost of pet sitting and boarding. After creating an account, user can make requests for other users to watch their dogs while they are on vacation. Users can also apply to a request to dog sit for another user. Users have access to a profile page to add information about their dogs and a dashboard to view the status of trip requests and view messages from other users.

This is the frontend for the project. The backend repo can be found at https://github.com/blsrofe/sitter-swap-api

Prerequisites

This project uses Auth0 for authentication. You can clone and use the project as is, but it is recommended to setup your own auth0 account and change the keys in the auth.js file.

You can create an account here https://auth0.com/

auth0 = new auth0.WebAuth({
  domain: your info here,
  clientID: your info here,
  redirectUri: process.env.NODE_ENV === 'development' ? 'http://localhost:3000/callback' : 'https://sitterswap.herokuapp.com/callback',
  audience: your info here,
  responseType: 'token id_token',
  scope: 'openid profile'
})

Getting Started

git clone [email protected]:blsrofe/sitter-swap.git
cd sitter-swap
npm install

Deployment

visit https://sitterswap.herokuapp.com/

The backend site can be found at https://sitter-swap-api.herokuapp.com/

Built With

  • React - A javascript library for building user interfaces

Contributing

Please read CONTRIBUTING.md for details a code of conduct, and the process for submitting pull requests.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

sitter-swap's People

Contributors

blsrofe 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.