This is a simple weather tracking app powered by react, mobx, Tailwind CSS and OpenWeather API
In the project directory, 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.
See the section about deployment for more information.
Requires a production build made. Opens a UI to analyze bundle size.
Runs code validation and formatter. Uses eslint configurations for react, prettier and typescript
Note: this is a one-way operation. Once you eject
, you can’t go back!
Instead of ejecting consider changing default react-scripts configurations with craco which is already included in this repo.
To debug craco setup there's a VS code .vscode/launch.json
file with debug configuration
There's a special script available to download weather icons assets from open weather. Check out bin/download.sh
.
To make it executable run sudo chmod +x ./bin/download.sh
on linux and macos
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
OpenWeather API links: