jmaestree / pokedex-app

The official Pokédex app of Professor Oak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokédex App

This project was bootstrapped with Create React App.

Available scripts

npm start:api

Starts a JSON Server.
Open http://localhost:3001 to see the API results.

The API will reload if you make edits.

npm start:app

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\

📂 Directory overview

├── [+] public/                       # Static and public files
├── [+] src/
│    └── ...                          # To be defined... WIP
├── .gitignore                        # Git ignore config
├── .prettierrc.js                    # Prettier config
├── db.json                           # The DB for the API
├── package.json
├── README.md                         # Inception
├── tailwind.config.js                # Tailwind config
└── tsconfig.json                     # Typescript config

About

The official Pokédex app of Professor Oak


Languages

Language:TypeScript 86.3%Language:CSS 6.6%Language:HTML 6.0%Language:JavaScript 1.0%