Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 826 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 826 Bytes

WireDelta-Challenge

+ 🚀 Challenge: Pokemon Database Viewer

+ 😃 Result!

Go to Pokedelta

+ 📷 Snaps!

Home PokemonDetail

💪 Development

This project was developed using:

  • -> Build tool: Vite
  • -> Language: Typescript
  • -> Framework: React.js
  • -> UI: Chakra-ui
  • -> Deploy: Netlify

Install

$ git clone https://github.com/maxiCalderonBuono/WireDelta-Challenge.git
$ cd PROJECT
$ npm install

Start & watch

$ npm run dev

Simple build for production

$ npm run build