An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![React](https://img.shields.io/badge/react-v18.2.0-blue)
![npm version](https://img.shields.io/npm/v/react.svg?style=flat)
![yarn version](https://img.shields.io/badge/yarn-v18.2.0-blueviolet)
![GitHub license](https://img.shields.io/badge/license-MIT-green)
![axios version](https://img.shields.io/badge/axios-v1.3.2-yellow)

# 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