An application for teach web skills for "postulantes xd" SCESI 2025
- HTML5
- CSS3
- JavaScript
- React v 19.1
- Redux toolkit
- Nodejs v 22.16
- Nodejs 22.0 or > NODEJS
- git GIT DOWNLOAD
# On Unix Systems
git clone https...
# Use gitbash on this steps
cd my-first-pokedex
npm install
npm run dev└── 📁my-first-pokedex
└── 📁public
└── 📁data
├── data.json
├── vite.svg
└── 📁src
└── 📁assets
├── react.svg
└── 📁components
└── 📁navigator
├── Navigator.jsx
├── Navigator.module.css
└── 📁ui
├── color-mode.jsx
├── provider.jsx
├── toaster.jsx
├── tooltip.jsx
└── 📁helpers
├── ProtectedRoutes.jsx
└── 📁Navigation
├── AppNavigator.jsx
└── 📁services
├── pokemons.services.js
└── 📁store
└── 📁counterSlices
├── counterSlice.js
├── store.js
└── 📁view
└── 📁DemoChakra
├── Demo.jsx
└── 📁DetailPokemon
├── DetailPokemon.jsx
├── DetailPokemon.module.css
└── 📁Hero
├── Hero.jsx
├── Hero.module.css
├── index.js
├── App.css
├── App.jsx
├── index.css
├── main.jsx
├── .env
├── .env.example
├── .gitignore
├── .prettierrc
├── eslint.config.js
├── index.html
├── jsconfig.json
├── package-lock.json
├── package.json
├── README.md
└── vite.config.jsMIT LICENSE