Skip to content

Latest commit

 

History

History
executable file
·
62 lines (41 loc) · 1.87 KB

File metadata and controls

executable file
·
62 lines (41 loc) · 1.87 KB

Demo

Weather App

Table of Contents

Overview

gif with overview

Weather App allows you to check today's weather forecast and for the following days with detail like humidity, wind direction, visibility and air pressure

Demo of this project is here

Because of this project I consolidated my Redux Toolkit and NextJS knowledge

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Carexo/weahter-app

# Go into the respository
$ cd weather-app

# Install dependencies
$ npm install

# Run the app
$ npm run dev

Now, open your preferred web browser and visit http://localhost:3000 to see the application running.

Contact