https://github.com/lostovayne/pokemons-app-usando-view-transition
Proyecto usando Astro para consumir la PokeApi con finalidad de crear una paginacion , ViewTransitions entre Pokemones y mรกs
https://github.com/lostovayne/pokemons-app-usando-view-transition
astro pagination tailwind typescript view-transitions
Last synced: 8 months ago
JSON representation
Proyecto usando Astro para consumir la PokeApi con finalidad de crear una paginacion , ViewTransitions entre Pokemones y mรกs
- Host: GitHub
- URL: https://github.com/lostovayne/pokemons-app-usando-view-transition
- Owner: Lostovayne
- Created: 2024-06-18T01:02:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-30T00:23:27.000Z (over 1 year ago)
- Last Synced: 2024-12-28T20:18:19.690Z (10 months ago)
- Topics: astro, pagination, tailwind, typescript, view-transitions
- Language: Astro
- Homepage: https://pokemons-app-orpin.vercel.app
- Size: 491 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ๐ Getting Started
Astro project from `Fernando Herrera's` course, in this project we see topics related to pagination, static elements, view transitions, menus, responsive as well as ways to manage data from an API
## Project Structure
Inside of your Astro project, you'll see the following folders and files:
```text
/
โโโ public/
โโโ src/
โ โโโ pages/
โ โโโ index.astro
| โโโ [name].astro
โโโ env.d.ts
โโโ tsconfig.json
โโโ vite.config.ts
โโโ astro.config.mjs
โโโ tailwind.config.mjs
โโโ package-lock.json
โโโ package.json
```## ๐ง Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |## Demonstrations
