Get real-time weather information for any location worldwide.
- Typescript: A language that adds static typing to JavaScript and compiles down to JavaScript.
- Nextjs: React framework for building server-side rendered React applications.
- Recharts: A composable charting library built on React components.
- Tailwind: A utility-first CSS framework for rapidly building custom designs.
- Open-Meteo: External API used to fetch weather data.
Before you begin, ensure you have met the following requirements:
- Node.js: Version 20.11.1 (Download and install Node.js if you haven't already)
git clone https://github.com/aashish47/weather-app.git
# Install dependencies
cd weather-app
npm install
# Run
cd weather-app
npm run dev
Open http://localhost:3000
with your browser to see the result.
Contributions to Finance Tracker are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request. See CONTRIBUTING.md for more information.
This project is licensed under the MIT License - see the LICENSE file for details.