h-yoshikawa44 / ch-weather-app

devChallenges リポジトリ(出典:[devChallenge(legacy) - Front-end Developer - Weather app](https://legacy.devchallenges.io/challenges/mM1UIenRhK808W8qmLWv)
https://ch-weather-app-h-yoshikawa44.vercel.app/
1 stars 0 forks source link
devchallenges emotion nextjs typescript

Weather app

Solution for a challenge from Devchallenges.io.

Demo | Solution | Challenge

Table of Contents

Overview

Desktop

base overview - Desktop

menu overview - Desktop Menu

Mobile

base

overview - mobile

menu

overview - mobile menu

When you access the app, it gets your location and retrieves and displays the weather forecast for that nearest location. (If you don't allow it to get your location, it will default to Tokyo.)

Click the button to the right of "Search for places" to request the above process again.
The menu that opens from "Search for places" allows you to search for a location and display the weather forecast for the selected location.

Built With

Base

Other major libraries

API

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/h-yoshikawa44/ch-weather-app.git
or
git clone git@github.com:h-yoshikawa44/ch-weather-app.git

# Setting Env(Set each value according to your environment.)
cp .env.example .env

# Install dependencies
npm install

# Run the app
npm run start

learned/improved

Acknowledgements

Contact