In case you want to checkout the Pet Adoption Center (Backend)
An app where users can like and filter pet cards according to their favorite, gender, or animal type status.
- Users can like or disliked one or many pet cards.
- Users can filter depending on pet cards favorite, gender or animal type status.
-
Fullstack App (Node JS + Express)
-
React + TypeScript.
-
Unit and Integration Testing (Test Driven Development).
-
Jest + React Testing Library.
-
Context API
-
Axios & Mock Service Worker (MSW)
-
Responsive design.
-
Deployed in Render.com
-
Git clone the project:
git@github.com:gsvidal/pet-finder-ts-tdd-client.git
-
Run
npm install
oryarn install
to download and install all the dependencies. -
At main branch: Run
npm run start
to start dev server