# Clone this repository
$ git clone git@github.com:valtdv/weather-dashboard.git
# Enter repository folder
$ cd weather-dashboard
# Install dependencies
$ npm install
# Create .env file and copy syntaxis from '.env.example' file
$ touch .env
# Run the app
$ npm run start
- Allow your browser to access your location and let it remember that decision
- Let the magic happen ✨
- Scroll horizontally on any table or chart to visualize it completly
- Position your mouse over any point on the charts to get more details
- Version control: Git
- Frontend framework: React
- Charting library: Recharts
- API: Open Weather
This repo followed Git Flow branching strategies for branch name conventions. Three main pull requests were created on the timeline of this project, and direct pushes to the main were avoided with the exception of initial and final commits. Pull requests were squashed and merged to avoid unnecessary merge commits.