Skip to content

Chebbebang/Pokemon-Card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.