Skip to content

Front end repository for a web app where users collaborate to plan group vacations. Capstone project for Ada Developers Academy.

Notifications You must be signed in to change notification settings

gibarra2/accompany-me-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acompáñame

Acompáñame (accompany me) is a web app where users can collaborate with others to plan group vacations.

Acompáñame was created as a capstone project for Ada Developers Academy.

This repository holds the frontend code. The backend repository is accompany-me.

Tech Stack

Backend

  • Django
  • Django REST Framework
  • MySQL

Frontend

  • React
  • Material UI

Setup

  1. Clone this repository.
  2. Install dependencies with either npm or yarn.
$ npm install
$ yarn install
  1. Use the following commands to run the local development server with either npm or yarn.
$ npm start
$ yarn start
  1. This app implements the Google Maps API. You must request an API key on the Google Cloud Console and enable the Maps API on your account if you plan to utilize these features.

About

Front end repository for a web app where users collaborate to plan group vacations. Capstone project for Ada Developers Academy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published