A simple react app for weather requests. Made for SNU GDSC Code Challenge. (Dark Mode slightly functional :( )
A Live Demo of the app can be found here
- HTML
- JavaScript
- React
- TailwindCSS
- DaisyUI
- NPM
- Clone the repository
- Navigate to the project directory
- Install all required dependencies
- Change the API key to you own (optional)
- Run the following command to start the development server:
npm run dev - Open your web browser and go to
http://localhost:3000to view the app