Git Product home page Git Product logo

twin-brew's Introduction

♊︎ Brew

Project Name: ♊︎ Brew

In this project, I will use data aquired from PunkAPI to showcase a variety of beers to users based on their input. Twin brew allows users to search by beer name, type, alcohol content and color.

Users must at least 21 years old to use this app! Please drink responsibly.

API and Data Sample

https://api.punkapi.com/

 async function getBeers(beer_name) {
  const url = `https://api.punkapi.com/v2/beers/${beer_name}`

    try {
      const res = await fetch(url)
      const json = await res.json()
      console.log(json);
      return json;

    } catch (error) {
      console.log('');
    }
  }
  getBeers('')

Wireframe

Screenshot 2023-02-01 at 8 53 34 AM

MVP

  • Provide users with a wide selection of breers.
  • When selected, model box appears providing additional information about the beer.
  • Weekly highlight listed on mainn page to offer suggestions for users who may be in the mood to try something new.

Post MVP

  • Local brewery suggestions based on the users location
  • Rating option
  • Best practice tips to help beginners and experts a like to make a profesional tasting brew!
  • Custom list options

Plan

Date Task
Jan 31st MPM completed
APIs found
Feb 1st HTML completed
Layout
Drink inventory
Feb 2nd Features:
Ingredient selector
Personalized list
Feb 3rd personalized list
* Random drink highlights
Feb 4th Troubleshooting
Feb 5th Troubleshooting

Will include, if time allows:

  • Rating option
  • Local Brewery

twin-brew's People

Contributors

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