Skip to content

MatheusDalia/pokedex-client

Repository files navigation

Pokedex website project.

Hello, tudo joia? This project, based on a selective test by the company Redfox, was a challenge that I set myself to test my skills as a developer. From an excel file containing a list of pokemons, I created a pokedex site where the user can view all pokemons and their attributes in a friendly interface. The pokedex site also allows the user to search, delete and create a pokemon.

For the development, I used Node.js, Express.js, Typescript and PostgreSQL

Running the project:

Pre-setup:

  1. Be sure you have docker/docker-compose and yarn (or npm, if you use it) installed.
  2. Clone the repository by running
git clone https://github.com/MatheusDalia/teste-desenvolvimento-web.git

Client setup:

  1. In the client folder, install all the dependencies by running
yarn install
# or
npm install
  1. To run the development server, run
yarn dev
# or
npm dev
  1. Open http://localhost:3000 with your browser to see the result.

Server setup:

Go to https://github.com/MatheusDalia/pokedex-server.git and follow the instructions.

Development team

  • Matheus Dalia - Front-end/Back-end developer - MatheusDalia

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published