An application where a user can search a location by name and specify a genre of music. Based on the parameters entered, a list of radio stations generate based on genre selected in that area.

Overview

Signs of the Times

Description

An application that allows for the user to enter a date and see the horoscope for that day, and famous people born on the same day.

User Story

AS A Person curious about about knowing my horoscope and people who share my birthday
I WANT to Enter my birthday into a form
SO THAT That data could be passed to a couple APIs and
THEN I can get a custom horoscope for my birthday and see a list of famous people who share my birthday.

Acceptance Criteria

* Application uses at least two server-side APIs

* Application uses client-side storage to store persistent data.

* Application doesn't use JS alerts, prompts, or confirms (uses modals instead).

* Application uses a CSS framework other than Bootstrap.

* Application is interactive (accepts and responds to user input)


Mock-Up

Deployed URL Link

GitHub Repository Link

https://github.com/Nwsheats/Signs-of-the-Times

You might also like...

Zemi is data-driven and reverse-routing library for Express. It provides out-of-the-box OpenAPI support, allowing you to specify and autogenerate an OpenAPI spec.

zemi zemi is a data-driven routing library for Express, built with Typescript. Features: optional, out-of-the-box support for OpenAPI reverse-routing

Jul 23, 2022

Specify various templates for different directories and create them with one click. 🤩

Specify various templates for different directories and create them with one click. 🤩

English | 简体中文 Gold Right Specify various templates for different directories and create them with one click. Reason Usually there is something in the

Aug 8, 2022

The Bookstore is a website where the user can display a list of books, add a book by providing a title, an author, and selecting from the categories, and remove a selected book.

The Bookstore is a website where the user can display a list of books, add a book by providing a title, an author, and selecting from the categories, and remove a selected book.

Bookstore The Book Store is a website where the user can display a list of books, add a book and remove a selected book. Microverse's Bookstore API wa

Jan 1, 2023

"Jira Search Helper" is a project to search more detail view and support highlight than original jira search

Jira Search Helper What is Jira Search Helper? "Jira Search Helper" is a project to search more detail view and support highlight than original jira s

Dec 23, 2022

A simple and basic app, where you can add your todo list and remove all selected or one of the items from the list

A simple and basic app, where you can add your todo list and remove all selected or one of the items from the list

Jun 14, 2022

This project is created to store the name of the book and the name of its author, build with JavaScript.

awesome-books A plain javascript project that can keep track of a list of books utilizing localStorage. See live demo Built With HTML CSS Javascript T

Jul 19, 2022

A Virtual Interactive Keyboard which replicates every key you press and a Text-Area in which everything is written and can be copied to the clipboard with a click of a button.

A Virtual Interactive Keyboard which replicates every key you press and a Text-Area in which everything is written and can be copied to the clipboard with a click of a button.

Mar 1, 2021

Prefill forms based on URL-parameters, cookies or the sessionStore.

Form prefill plugin for jQuery Built by more onion as a part of Campaignion. Installation import { formPrefill } from "path/to/formprefill.min.js"; No

Sep 6, 2022

This is a project based on a game Leaderboard. You can interact with an API inserting your user name and score. Built with HTML, CSS, JavaScript and WEBPACK

This is a project based on a game Leaderboard. You can interact with an API inserting your user name and score. Built with HTML, CSS, JavaScript and WEBPACK

Leaderboard: Leaderboard project - Microverse Acces link Check the live version here Built With HTML CSS JavaScript VScode Webpack GitFlow Quick view

Oct 8, 2022
Comments
  • Wiki data conor

    Wiki data conor

    Got data out of Byabbe JSON and parsed into a UL of names on the birthday card. Each person's name and description is preceded by the year of their birth. Hyperlinks to the Wikipedia page are embedded in the list items. Could not figure out how to display as bulleted list. Also, might want to circle back and find a way to randomize, I just pulled the first five names for now.

    opened by riversidempls 2
  • Local storage by nathan

    Local storage by nathan

    I added local-storage functionality for the Save Box and Save Button. I also added functionality for the Save Button to be disabled after use.

    Use is re-enabled after using the main search feature again. This should stop people from mashing the Save Button.

    I also made it so that the date being put in local storage and appended to the Save Box was today's date. As your birthday doesn't change, but your horoscope does. So you can see which on which days your horoscope description read as that.

    opened by Nwsheats 0
  • Tailwind4

    Tailwind4

    Added new card for saved data, Added save button to horoscope card, resized cards, for now commented out the footer, was having issues with it and not sure why.

    opened by mrartrager 0
  • organized search.js, got date picker working, added moment and JQuery…

    organized search.js, got date picker working, added moment and JQuery…

    Cleaned up and organized search.js Added some console logging Got date picker working and parsed into date and month variables Added MomentJS and JQuery to HTML, fixed typo "calender"

    opened by riversidempls 0
Owner
null
AweSome Book App displays the book details entered by user and saves the information in Local storage. User can add and remove a book title/author to the library and from the library.

Awesome Book App with ES6 Used npm init -y command to create package.json file. Created the entry point for the JavaScript code called index.js Create

Krishna Prasad Acharya 8 Aug 15, 2022
Hashmat Noorani 4 Mar 21, 2023
This is an application that entered the market with a mobile application in real life. We wrote the backend side with node.js and the mobile side with flutter.

HAUSE TAXI API Get Started Must be installed on your computer Git Node Firebase Database Config You should read this easy documentation Firebase-Fires

Muhammet Çokyaman 4 Nov 4, 2021
Elizabeth Oyinlade Ojesanmi 10 Sep 14, 2022
Search through all stops/stations known by Deutsche Bahn's HAFAS API.

db-stops-search Search through all stops/stations known by Deutsche Bahn's HAFAS API. Formats and imports the stops into a Meilisearch instance. Insta

Jannis R 3 Oct 4, 2022
A Minimalist to do list website where user can add, remove and edit multiple tasks and All the changes user makes in his to do list is saved in browser local storage so that it can be accessed later.

Testing for Add Remove function in To Do List App Jest framework is used for testing. Created (addremove.test.js) for a file containing the add item a

Krishna Prasad Acharya 8 Aug 15, 2022
Types generator will help user to create TS types from JSON. Just paste your single object JSON the Types generator will auto-generate the interfaces for you. You can give a name for the root object

Types generator Types generator is a utility tool that will help User to create TS Interfaces from JSON. All you have to do is paste your single objec

Vineeth.TR 16 Dec 6, 2022