Simple weather UI using:
- Copy (.env.example) file to create your own environment file (.env) inside the root directory of the project.
- Replace the variables with your own API keys.
- Install node modules:
npm install
- Run development server:
npm run dev
- Build the project:
npm run build
Happy Coding! 😊
Feel free to add some animation and make it more fancy.