Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liethdallal/project-3-skymap-connect
This is a weather application I created using React JS. It incorporates a weather API that allows the user to search for the weather in their area along with a google maps api that shows information about what is around their city!
https://github.com/liethdallal/project-3-skymap-connect
api css html javascript jsx reactjs
Last synced: about 2 months ago
JSON representation
This is a weather application I created using React JS. It incorporates a weather API that allows the user to search for the weather in their area along with a google maps api that shows information about what is around their city!
- Host: GitHub
- URL: https://github.com/liethdallal/project-3-skymap-connect
- Owner: liethdallal
- Created: 2023-11-04T19:28:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T02:38:45.000Z (12 months ago)
- Last Synced: 2024-01-27T03:37:09.348Z (12 months ago)
- Topics: api, css, html, javascript, jsx, reactjs
- Language: JavaScript
- Homepage: https://liethdallal.github.io/Project-3-SkyMap-Connect/
- Size: 8.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### SkyMap Connect
An application called SkyMap Connect. It incorporates a weather API and google maps API that allows the user to search for the weather in their area and also navigate to see what is around them.
### List of components and their children components if any
-Header Component
-Result Component (displays result)
-Search Component (search form)
-MapDisplay Component (displays result)
-Footer Component
The way this will work is the search form input will apply to both the MapDisplay Component and the Result componnet by passing the long and lat of the location of the city to map it.
### User stories
-As the user I want to be able to search any city I live in or visit to see what the weather is and what is around me
-As the user I want to be able to see a map displaying all roads and locations
-As the user I want to be able to navigate around the map and see where things are
-As the user I want the application to be easily accessible
### MVP
-Needs an API from google maps and openweather
-I want the search form to be fully operational
-No errors or bugs (method to catch them if they exist)
-Should be easy to operate
### Stretch Goals
-sign in functionality to add a To do list depending on the location searched (this is a big streetch goal)
### Wireframes