A little application intuitive, simple and objective. Made to view and save Pokémons created along them history.
Created to training abilities and test vine over CRA
Home Screen | Details | Favorites |
---|---|---|
React + TypeScript + Router + Stitches + Bootstrap + Vite
Node >= v18
To optimize the development flow I've decided to use a combination of linters and prettier. Important install all extensions needed by vs code:
- Clone project;
- Ensure that you're usign Node >= v18;
- Install all dependencies with
npm i
- Start the application using
npm run dev
- Follow the url displayed in your console.