Coder Social home page Coder Social logo

tip-calculator-1's Introduction

Frontend Mentor - Tip calculator app

Current Progress

Almost done. Here's what else is needed:

  1. Need to work on the Custom button functionality. I will likely make a modal for it instead of using Front End Mentor's suggestion. Complete. I may make the entire background somewhat opaque in the future.
  2. Add icons to input fields (Dollar sign and People icon)
  3. Mobile queries for tablets over 500px;
  4. Remove arrows from input fields (Firefox)
  5. Add % sign custom percentage input field.
  6. Add functionality if someone presses the Enter button to calculate the Custom Tip. Done. Works on desktop view.

Screenshots

Desktop

Current Progress of app

Mobile

Screenshots based off an iPhone 12

Mobile design preview for Tip calculator app coding challenge Mobile design preview for Tip calculator app coding challenge

Future Considerations

I'd like to change the color scheme at some point. I might work with these colors:

    --dark-color: #034769;
    --light-color: hsl(199deg 54% 94%);
    --bg-color: hsl(199deg 44% 69%);
    --results-color: hsl(199deg 76% 53%);
    --active-color: hsl(199deg 54% 74%);

or

    --dark-color: hsl(208deg 68% 33%);
    --light-color: #E9F6FC;
    --bg-color: #BADCEF;
    --results-color: #6fb6dc;
    --active-color: #609CBD;

Original Color scheme

    --dark-color: hsl(182, 97%, 15%);
    --light-color: hsl(202, 50%, 97%);
    --bg-color: hsl(185, 41%, 84%);
    --results-color: hsl(170, 69%, 45%);
    --active-color: hsl(173, 61%, 77%);

tip-calculator-1's People

Contributors

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