Thagoo / weather-cast

Weather cast is a weather forecasting application built using NextJS

Home Page:https://weather-cast-sooty.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Overview

WeaterCast

Screenshots

Screenshot 2024-04-15 at 12-35-05 New York 15 84°C WeatherCast Screenshot 2024-04-15 at 12-33-18 WeatherCast Screenshot 2024-04-15 at 12-33-30 WeatherCast Screen Shot 2024-04-15 at 12 34 32

screenshot

Live Demo

https://weather-cast-sooty.vercel.app/

Project Implementation

The web page has been developed using NextJS and TailwindCSS.

The following technologies and best practices have been employed:

  • Javascript, NextJS and TailwindCSS: The project utilizes a combination of these technologies to create a responsive and visually appealing web page.

  • Responsive Design: The webpage is designed to be fully responsive and should adapt seamlessly to various device widths without any breakage.

  • Components and Containers: Proper use of components and containers has been maintained to ensure code modularity, scalability and reusability.

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/thagoo/weather-cast.git
  1. Navigate to the project directory:
cd weather-cast
  1. Install dependencies:
npm install
  1. Setup ENV vars
# API to fetch cities list
OPENDATASOFT_API="opendatasoft api URL"

# Openweather
OPENWEATHER_API="openweather api id"

# Openweather map
NEXT_PUBLIC_OPENWEATHER_MAP_TOKEN="openweather map api id"


#Rapid API
RAPID_API_HOST="rapid api host"
RAPID_API_KEY="key"

# MapBox
NEXT_PUBLIC_MAPBOX_API_ID="mapbox secret"
  1. Build the project
npm run build
  1. Run the production server locally
npm start

or

  1. Run the development server:
npm start

This will start the respective server, and you can view the webpage by accessing http://localhost:3000 in your browser.

Thank you for checking out my project!

About

Weather cast is a weather forecasting application built using NextJS

https://weather-cast-sooty.vercel.app

License:MIT License


Languages

Language:TypeScript 97.3%Language:CSS 2.5%Language:JavaScript 0.3%