Weather with Hooks and Open Weather Map API.
Install the ESLint extension if you use Visual Studio Code.
Step 1: Clone or download the repo.
Step 2: Switch to your repository's directory.
cd /path/to/your/repo
Step 3: Install dependencies.
yarn install
Step 4: Duplicate the .env.example file and rename it to .env and change the environment variables.
cp .env.example .env
Step 5: Run the server.
yarn start
- React - A JavaScript library for building user interfaces.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
- SVG Backgrounds - Customize and apply backgrounds fast.
- Open Weather Map - Get current weather, daily forecast for 16 days, and 3-hourly forecast 5 days for your city.
Made with ❤ by bryandms.