TrejoCode / weather

Basic Web weather app: Vite + React + Redux + SASS

Home Page:weather-trejocode.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trejocode Logo

⚛️ Weather Web App

Sencilla Web app para mostrar el clima, construida con Vite 3, React, SASS y Weatherstack Free API


Basic weather app builded with Vite 3, React, SASS and Weatherstack Free API

🏷️ Stack

🚀 Para empezar / Get started

Estas instrucciones le proporcionarán una copia del proyecto en funcionamiento en su máquina local para fines de desarrollo. Consulte la sección de implementación para obtener notas sobre cómo desplegar el proyecto en producción.


These instructions will provide you with a copy of the running project on your local machine for development purposes. See the implementation section for notes on how to deploy the project into production.

cd weather
npm install
npm run dev

🚀 Deploy

cd weather
npm install
npm run build

📐 Requisitos / Requirements

  • Node min: 12
  • Web Browser
  • VS Code, Atom, Sublime text

📁 Estructura / Folder structure

├── node_modules            # Node modules
├── components              # All components
├── pages                   # All pages
├── sass                    # SASS stylesheets
├── static                  # All media, and static assets
├── api                     # HTTP Client and services
├── redux                   # Global state managment
└── README.md

🤝 Colaboradores / Collaborators

  • You ❤

📕 Migración de versión anterior / Previous version migration

Debido al cambio de componentes, layout y versión de React. No es posible actualizar automáticamente. Deberá actualizar manualmente.

Due to the change of components, layout and version of React. It is not possible to update automatically. You will need to update manually.

📋 Licencia / Licence

MIT - vea el archivo LICENSE.md para más detalles.

About

Basic Web weather app: Vite + React + Redux + SASS

weather-trejocode.vercel.app


Languages

Language:SCSS 49.1%Language:JavaScript 47.1%Language:HTML 3.8%