SPANISH V.
Este proyecto forma parte de una serie de sprints realizados en IT Academy - Barcelona Activa.
Este Sprint corresponde al 07.
Objetivos:
- Creación de un Login, Logout y Registro.
- Trabajar la conexión con una API.
Este repositorio va unido al repositiorio de back: Aqui
- React: 18.2.0
- Vite: 5.2.0
- Tailwindcss: 3.4.3
- Material Tailwind: 2.0.4
- Axios: 1.7.2
Para instalarlo en la computadora, debes seguir estos pasos:
- Clona el repositorio tanto de back como de front.
git clone https://github.com/ImLauraGS/starwars-front.git
git clone https://github.com/ImLauraGS/starwars-back.git
- Instalar dependencias.
npm install
- Correr aplicación.
npm run dev
IMPORTANTE: Antes de usar el front, deberias tener levantado el backend. Aqui tienes las instrucciones para la instalación del backend: Aqui
Laura G. LinkedIn
ENGLISH V.
This project is part of a series of sprints carried out at IT Academy - Barcelona Activa.
This Sprint corresponds to 07.
Objectives:
- Creation of a Login, Logout, and Registration.
- Work on the connection with an API..
This repository is linked to the backend repository: Here
- React: 18.2.0
- Vite: 5.2.0
- Tailwindcss: 3.4.3
- Material Tailwind: 2.0.4
- Axios: 1.7.2
To install it on your computer, follow these steps:
- Clone the repository
git clone https://github.com/ImLauraGS/starwars-front.git
git clone https://github.com/ImLauraGS/starwars-back.git
- Install dependencies.
npm install
- Run application.
npm run dev
IMPORTANT: Before using the frontend, you should have the backend running. Here are the instructions for installing the backend: Here
Laura G. LinkedIn