Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otkazano/weather-app
Веб приложение погоды.
https://github.com/otkazano/weather-app
axios html-css-javascript nextjs tailwindcss
Last synced: about 14 hours ago
JSON representation
Веб приложение погоды.
- Host: GitHub
- URL: https://github.com/otkazano/weather-app
- Owner: Otkazano
- Created: 2024-02-12T10:29:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T10:26:38.000Z (8 months ago)
- Last Synced: 2024-03-19T11:43:56.115Z (8 months ago)
- Topics: axios, html-css-javascript, nextjs, tailwindcss
- Language: JavaScript
- Homepage: https://weather-app-otkazano.vercel.app
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Веб сервис «Погода»
Проект представляет собой веб-приложение, позволяющее пользователям узнавать о погоде в любом городе.
[Увидеть проект в браузере!](https://weather-app-otkazano.vercel.app/)
### Технологии в проекте:
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![Axios](https://img.shields.io/badge/Axios-purple.svg?style=for-the-badge&logo=axios&logoColor=white)### Функционал проекта:
- Получениe данных прогноза погоды в любом городе;
- Подсказки при вводе запроса в инпут;
- Определение текущей геолокации пользователя;### Планы по дороботке
- Добавить детальное описание прогноза на следующие дни;
### Установка и запуск проекта:
Клонировать репозиторий:
```bash
git clone https://github.com/Otkazano/weather-app.git
```Установаить зависимости:
```bash
npm install
```Собрать проект:
```bash
npm run build
```Запустить проект:
```bash
npm run start
```###### Дополню описание по мере создания проекта.