Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marceelodominguez/challenge-frontend
Challenge Frontend developer propuesto por Neowyze
https://github.com/marceelodominguez/challenge-frontend
nextjs tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Challenge Frontend developer propuesto por Neowyze
- Host: GitHub
- URL: https://github.com/marceelodominguez/challenge-frontend
- Owner: MarceeloDominguez
- Created: 2024-05-10T18:16:15.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-14T16:55:47.000Z (8 months ago)
- Last Synced: 2024-05-15T11:36:35.062Z (8 months ago)
- Topics: nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://challenge-frontend-psi.vercel.app
- Size: 3.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Desarrollé una aplicación web sobre Star Wars utilizando la API SWAPI. La página principal tiene acceso a las secciones de películas y personajes. Las películas muestran el nombre y el número de episodio, mientras que los detalles incluyen el director y una lista de personajes vinculados. La sección de personajes ofrece filtros por color de ojos y género, con información básica como nombre y género, con opción de paginación. La página de detalle de personaje proporciona detalles adicionales como año de cumpleaños, color de pelo y altura.
## Run Locally
Clone the project
```bash
git clone MarceeloDominguez/challenge-frontend
```Go to the project directory
```bash
cd challenge-frontend
```Install dependencies
```bash
npm install
```Start the project
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## 🛠 Skills
**Client:** Next, Tailwind css, TypeScript## Deploy
Go to project [Star Wars App](https://challenge-frontend-psi.vercel.app/)
## Resources
[API SWAPI](https://swapi.dev/)