Skip to content

diegodev-01/web-course-repository

Repository files navigation

My first pokedex

An application for teach web skills for "postulantes xd" SCESI 2025

Used Technologies

  • HTML5
  • CSS3
  • JavaScript
  • React v 19.1
  • Redux toolkit
  • Nodejs v 22.16

Prerequisites

JavaScript

How to use

    # On Unix Systems
    git clone https...
    # Use gitbash on this steps
    cd my-first-pokedex
    npm install
    npm run dev

Folder Structure

└── 📁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.js

Contribute

License

MIT LICENSE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors