Git Product home page Git Product logo

quesofinder's Introduction

Project Title

303 QuesoFinder


Description

SPA designed to showcase, rate, and point people in the direction of Denver’s best queso with links to each on google maps. Engineered user interface using React and React Bootstrap for a simple elegant design. Constructed a responsive view from any browser or screen size. Animated with CSS for increased engagement.


Screenshot

screenshot


Motivation

Moving from Texas to Colorado I had a rude awakening when it came to gettng my queso fix. Turns out it is not as much of a "thing" as it is in Texas. Having trouble finding restaurants with a quality product, I decided to create a web application to rate and provide links to find quesos around the city of Denver.


Demo

![Demo]https://youtu.be/qJsuCL0xBF8


Code Example

        if ((queso.price) <= 5){
            return  "🤑"
        }else if ((queso.price) >= 6 && (queso.price) <= 9){
            return "🤑🤑"
        }else if ((queso.price) >= 10){
            return  "🤑🤑🤑"}
    }
    const displaySpicy = () => {
        if ((queso.spicy) <= 3){
            return  "🔥"
        }else if ((queso.spicy) >= 4 && (queso.spicy) <= 6){
            return "🔥🔥"
        }else if ((queso.spicy) >= 7){
            return  "🔥🔥🔥"}
    }

Deployed

![Site]https://hopeful-raman-70b1e5.netlify.app/


Technology Used

medium

medium

medium

medium


How to Use

You can favorite and send your top queso picks to your plate by clicking anywhere on each card. You may also remove them from clicking on the card sitting on the plate. Clicking on the button with the restaurant name will take you directly to a Google Map of the newarest locations.


Restrictions

Formatted to be responsive to web browsers, however it is not formatted for mobile devices.

quesofinder's People

Contributors

jamondixon avatar

Stargazers

 avatar  avatar

Watchers

 avatar

quesofinder's Issues

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.