https://github.com/cheems-dev/miniproyecto-rpa
https://github.com/cheems-dev/miniproyecto-rpa
axios husky reactjs sass typescript vitejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cheems-dev/miniproyecto-rpa
- Owner: cheems-dev
- Created: 2023-02-04T20:32:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T14:15:53.000Z (about 3 years ago)
- Last Synced: 2025-02-02T01:27:40.862Z (about 1 year ago)
- Topics: axios, husky, reactjs, sass, typescript, vitejs
- Language: TypeScript
- Homepage: https://miniproyecto-rpa.vercel.app
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README





# MiniProyecto RPA
Pagina web de un diario de noticias en React utilizando typescript, consumiento [NewsAPI](https://newsapi.org/)? (api propia creo) para cargar las noticias.
Este proyecto fue realizado para la presentacion final de la escuelita frontend organizada por RPALATAM.
### Integrantes:
- [Jair Gregorio Cayahua Elescano](https://github.com/JairCael)
- [Jhongardo Boris Enríquez Pirca](https://github.com/JhonEnriquezJb)
- [Alexander Torre Arteaga](https://github.com/AlexTprog)
- [Luis Alberto Ccalluchi Lopez](https://github.com/cheems-dev)
## Tecnologias
- React
- Eslint
- Vite
- Babel
- Yarn
## Configuracion
### 1. Clona el repositorio
```sh
git clone https://github.com/cheems-dev/miniproyecto-RPA.git
```
### 2. Instala las dependencias
Recomendamos utilizar yarn para instalar las dependencias del proyecto
```sh
yarn install
# o
npm install
```
### 3. Corre el servidor de desarrollo
```sh
yarn run dev
# o
npm run dev
```
## Estructura de Carpetas
### API
### Components
### Config
### Containers
### Router
### Styles
### Types