Skip to content

aashish47/weather-app

Repository files navigation

Weather App

Get real-time weather information for any location worldwide.

weather-seven-fawn Microsoft​ Edge 12 Jun 2024 9_55_08 pm

Technologies Used

  • 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.

Installation

Prerequisites

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)

Clone the repository

git clone https://github.com/aashish47/weather-app.git

Install dependencies

# Install dependencies
cd weather-app
npm install

Run the application

# Run 
cd weather-app
npm run dev

Open http://localhost:3000 with your browser to see the result.

Contribution

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.