Chebbebang / Pokemon-Card

Search only pokemon card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon Card

This repository hosts the source code of Pokemon Card. The website showcases search feature with file caching to simulate server side render when optimize web app performance.

You can customize and use this as a template for your own use.

Features

  • Search Interface
  • Simple Static Page
  • Information display
  • More to come...

Getting Started

To get started with this repository, you can click the fork button or clone it locally using the following command:

git clone https://github.com/Chebbebang/Pokemon-Card.git

After cloning the repository, open up a terminal and cd to the server folder then run:

npm install
npm start

The code above runs the server automatically.

In the terminal, cd to the client folder then run:

npm install
npm run vite

This will run the application.

Note: Both server and client should run in order for the

DEMO

App Screenshot

Contributing

Contributions to this repository are welcome. If you would like to contribute, please fork the repository, make your changes, and submit a pull request. Be sure to follow any contribution guidelines specified in the repository.

About

Search only pokemon card


Languages

Language:JavaScript 95.1%Language:HTML 4.9%