Back to projects
Weather App 💨

Weather App 💨

Emir Inan / December 18, 2024

This is a simple weather app built with Next.js, Tailwind CSS, TypeScript, and OpenWeatherMap API.

Technologies

  • Nextjs: A powerful React framework that makes it easy to build server-rendered React applications.
  • TypeScript: A typed superset of JavaScript that improves code quality and scalability.
  • Tailwind CSS: A utility-first CSS framework for building custom designs.
  • OpenWeatherMap: A platform that provides weather data and offers APIs for real-time weather forecasts, historical data, and other meteorological information.
  • Vercel: A cloud platform for static sites and serverless functions.

Getting Started

To get started with this project, you can clone the repository and install the dependencies:

git clone `https://github.com/emirinan/weather-app`
cd weather-map
npm install

Once the dependencies are installed, you can run the development server:

npm run dev

The development server will start at http://localhost:3000.

Deployment

To deploy this project, you can use Vercel. You can link your GitHub repository to Vercel and deploy the project with a single click.