x-danma / pokedex

Web Pokedex for printing to paper (for my kids, jk, for me)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex

Web Pokedex for printing to paper (for my kids, jk, for me)

High-Level Description

Pokedex is a web application designed to provide information about Pokémon. It uses React for the frontend and is bundled using Vite.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have the following software installed on your machine:

  • Node.js - The JavaScript runtime used to develop and run the application.
  • npm - The package manager for JavaScript and the world’s largest software registry.

Installing

Follow these steps to get a development environment running:

  1. Clone the repository:
    git clone [repository_url]
  1. Navigate to the project directory:
    cd pokedex
  1. Install the dependencies:
    npm install
  1. Start the application:
    npm run dev

Running the Tests

Currently, there are no automated tests for this system.

Built With

  • React - A JavaScript library for building user interfaces.
  • Vite - A build tool that aims to provide a faster and leaner development experience for modern web projects.

Authors

License

This project is licensed under the [License Name] License - see the LICENSE.md file for details

About

Web Pokedex for printing to paper (for my kids, jk, for me)


Languages

Language:TypeScript 83.1%Language:CSS 13.7%Language:JavaScript 1.8%Language:HTML 1.4%