baris5d / pokeact

Home Page:https://pokeact-six.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokeAct App ⚡

Welcome to PokeAct App!

The PokeAct App is a Pokédex that provides information about different Pokémon. It provides details such as their abilities, moves, and stats. You can also search for a specific Pokémon and get a detailed view of their information.

PokeAct is deployed at Vercel

Development Guide

The PokeAct App is built using React 18 and Vite. The app also uses Jest for testing purposes.

Installation 👨‍💻

To install the PokeAct App, you will need to have either npm or yarn installed. Here are the steps:

  1. Clone the repository: git clone git@github.com:baris5d/pokeact.git
  2. Navigate to the project directory: cd pokeact
  3. Install dependencies using npm or yarn:

npm install or yarn install

Running Tests 🧪

To run tests for the PokeAct App, use the following command:

npm run test or yarn test

This will run the test suite for the application.

Linting the Code 🧹

To run the linter for the PokeAct App, use the following command:

npm run lint or yarn lint

This will run the linter for the application and display any errors or warnings that need to be addressed.

Start the development server 🚀

npm run dev or yarn dev

Open the app on your browser at localhost:5173

Test Coverage ✅

We have included test coverage to ensure that the PokeAct App is functioning correctly. The tests cover different components and functionality of the application.

Credits 👏🏻

The PokeAct App design was inspired by Mauro E. Werny's Pokédex design and Sulis Triyono's Mobile Pokedex App design. We appreciate their creativity and contribution to the design community.

Thank you for using PokeAct App! 🤩

About

https://pokeact-six.vercel.app


Languages

Language:HTML 69.5%Language:TypeScript 23.1%Language:SCSS 3.9%Language:JavaScript 2.2%Language:CSS 1.3%Language:Shell 0.0%