- Show a map. X
- add a pin. X
- consume api based on pin (http://api.openweathermap.org/data/2.5/find?lat={LAT}&lon={LON}&cnt=15&APPID=<SEU_APPID>). X
- List Cities. X
- each city need to have a "link" to go to City details on a new window. X
- Name of the selected city X
- Minimum temperature (Celsius) X
- Maximum temperature (Celsius) X
-
Typescript: for type checking and helps to code an app with fewer bugs.
-
styled component: help keep the concerns of styling and element architecture separated and make components more readable.
-
react-router: for app routing
-
ESLint/Prettier: for coding patterns and enforce style coding.
This project was bootstrapped with Create React App.
If it your first time running you must run :
to install dependencies in project directory.
After installed, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.