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
Pre-setup:
- Be sure you have docker/docker-compose and yarn (or npm, if you use it) installed.
- Clone the repository by running
git clone https://github.com/MatheusDalia/teste-desenvolvimento-web.git
Client setup:
- In the client folder, install all the dependencies by running
yarn install
# or
npm install
- To run the development server, run
yarn dev
# or
npm dev
- 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.
- Matheus Dalia - Front-end/Back-end developer - MatheusDalia