Giter VIP home page Giter VIP logo

sealproject1's Introduction

Project

By Somebody

DEPLYOYED SITE: Click Here

Description on Project

A paragraph discussing the idea of your project, the API you are using and desired user experience.

I am creating a perfume maker, we generate list of perfume ingredient using the items from the perfume ingredient api. Users will select ingredients and generate an imaginary perfume.

Details about the API

Give me a brief description of the API you are using and how you plan on using it. Does it use some sort of authentication like an APIkey. List some of the urls are using below.

  • https://www.perfumeapi.com/ingredients: This returns a json array with all the different ingedients

Sample Fetch/Ajax called:

const url = "https://www.perfumeapi.com/ingredients"
fetch(url)
.then((res) => res.json())
.then((data) => console.log(data))

The Data I get back:

[
  {
    "ingredient": "Bergamot",
    "description": "A citrus fruit with a bright, uplifting scent."
  },
  {
    "ingredient": "Lavender",
    "description": "A flowering plant with a calming, relaxing scent."
  },
  {
    "ingredient": "Rose",
    "description": "A flowering plant with a romantic, feminine scent."
  },
  {
    "ingredient": "Jasmine",
    "description": "A flowering plant with an exotic, sensual scent."
  },
  {
    "ingredient": "Sandalwood",
    "description": "A woody plant with a warm, earthy scent."
  },
  {
    "ingredient": "Patchouli",
    "description": "A herb with a deep, musky scent."
  },
  {
    "ingredient": "Vanilla",
    "description": "A spice with a sweet, gourmand scent."
  },
  {
    "ingredient": "Amber",
    "description": "A fossilized resin with a warm, balsamic scent."
  },
  {
    "ingredient": "Musk",
    "description": "An animal secretion with a sensual, musky scent."
  },
  {
    "ingredient": "Oud",
    "description": "A type of agarwood with a dark, mysterious scent."
  }
]

Mockup

Here put a mix of text explanation plus a picture giving us an idea of the layout of your website.

Desktop View

My Desktop View

Mobile View

My Mobile View

Schedule of Work

Day Goal What I did accomplish
Sat Create Readme, Deploy, Get Approval
Sun Build fetch of data in JS file
Mon Render data from API on screen
Tues Build form for user to interact with
Wed wrap up functionality
Thurs mobile layout styling
Fri Desktop layout styling
Sat Present Project

sealproject1's People

Contributors

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