Giter Site home page Giter Site logo

georgeglessner / breweryfinder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jasonfritsche/breweryfinder

0.0 2.0 0.0 8.52 MB

Home Page: https://jasonfritsche.github.io/BreweryFinder/

License: MIT License

HTML 14.54% CSS 11.92% JavaScript 73.55%

breweryfinder's Introduction

A react app that users can use to find breweries across the US via the data from opendbbrewery.

Contribute PRs Welcome

PR's will be merged by either @JasonFritsche or @CDrani

Please feel free to contribute to this open source project. First timers are more than welcome. Take a look at the open issues under the issues tab. If you identify a bug, or would like to implement a feature that isn't posted under the issues, please feel free to submit a new issue. Also, if you see anything that needs to be updated in the README file, you're more than welcome to update it. For issues you want to work on please assign yourself to it, or just mention in a comment under the issue that you have claimed it.

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub.

Getting Started

  1. Fork the project.
  2. Clone your fork.
  3. Make sure you are in the right directory: cd BreweryFinder.
  4. Add an upstream remote for keeping your local repository up-to-date:

    git remote add upstream [email protected]:JasonFritsche/BreweryFinder.git

  5. Run npm install to install the project dependencies.
  6. Run npm start to start your dev environment.
  7. See the app running on localhost:3000.

Creating a new PR

  1. Make sure you are on the master branch, and you have pulled the latest changes.

    git checkout master && git pull upstream master

  2. Install any new dependencies: npm install.

  3. Create a new branch off of the master branch.

    git checkout -b [NEW BRANCH NAME]

    Branch naming conventions: fix/[BRANCH] for bug fixes, feat/[BRANCH] for new features, doc/[BRANCH] for changes to documents. The [BRANCH] portion should be kebab case. For example, if you want to update the README.md file, your branch could be called doc/update-readme.

  4. Make changes and fix any warnings and/or errors that arise in the console.

  5. Commit your changes: git add . && git commit -m [YOUR COMMIT MESSAGE].

    The subject of a commit message (the first line) should be 72 characters or less. If you need more room for a longer explanation of your changes, you can add a blank line below the subject and write a commit body. The commit message should be in present-imperative tense ("update README.md" rather than "updates" or "updated").

  6. Push your branch to your fork: git push -u origin [BRANCH NAME].

  7. Open a new PR against the master branch from your fork using the GitHub user interface.

breweryfinder's People

Contributors

blad avatar bonbon12 avatar cdrani avatar hjpatel16 avatar jasonfritsche avatar jatinkumarg avatar mytuny avatar niftytushar avatar rocktimsaikia avatar sahibarora avatar

Watchers

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