matty22 / Nightlife

Full stack JavaScript nightlife RSVP app

Home Page:https://matty22nightlife.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nightlife Finder

The Nightlife Finder app helps users coordinate with their friends when choosing where to go out for dinner or drinks. The user can search for restaurants and bars in their area and then click the 'I'm going!' button to indicate to other users that they intend on visiting that establishment.

To Use

To use, search for your location in the search bar. When the results are displayed, click on the names of each place to see their Yelp page for more information. Once you've decided where you are going to go for dinner and drinks, click the 'I'm going!' button to RSVP. If your plans change, click the button again to remove your RSVP.

Contributing

This project has open issues. Development is based on the development branch. To contribute, follow these steps:

  • git clone https://github.com/matty22/Nightlife.git
  • git checkout development
  • git checkout -b issue-label/reference-to-issue (ex. bug/fix-grammar-error)

Make your changes in your local copy...

  • git add [filename].ext
  • git commit -m "Concise message that explains your changes"
  • git checkout development
  • git pull
  • git checkout fix/my-branch
  • git merge development
  • git push origin fix/my-branch

Then, open a PR on the development branch on the repo.

For questions, read these three blog posts for guidelines on how to contribute:

About

Full stack JavaScript nightlife RSVP app

https://matty22nightlife.herokuapp.com/


Languages

Language:JavaScript 81.6%Language:CSS 9.4%Language:HTML 9.0%