Git Product home page Git Product logo

starapps's Introduction

StarApps Studios Task

Task 1: Customize Umbrella

Description

Create an umbrella customize tool for an umbrella seller. The seller offers umbrellas in multiple colors and corporate brands are their main customers who want their logos printed on the umbrellas. The tool should allow customers to upload their logo and see an instant preview of the customized umbrella. Users should be able to change the umbrella color using color swatch buttons, which will also change the theme of the customization tool.

Functionality

  • Upload a logo for customization.
  • Change the color of the umbrella using color swatch buttons.
  • Preview the customized umbrella with the logo.

Technologies

  • Vanilla JavaScript
  • HTML
  • CSS

Live

Task 2: Fly me to my destination

Description

Given an array representing the units of fuel available at each airport, find the minimum number of planes needed to travel from the first airport to the last. You can only hire planes available at the airports, and each plane can fly to the nearest airport. If it's not possible to reach the last airport, return -1.

Functionality

Calculate the minimum number of planes required to reach the last airport. Handle cases where reaching the last airport is not possible. Technologies Plain JavaScript

Example:

Array = [2, 1, 2, 3, 1];

Minimum number of planes required:

2 (2  2  1)
Array = [1, 6, 3, 4, 5, 0, 0, 0, 6];

Minimum number of planes required:

 3 (1  6  5  6)

starapps's People

Contributors

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