An app where user can search for npm packages and receive feedback in case of loading, success or an error
- Users can make basic operations as add, substract, multiply, divide.
- Users have secondary buttons as Clear (C), Clear Entry (CE) and Delete (erase last character)
-
React + Test Driven Development (TDD)
-
Vite (DevEnv + Build Tool)
-
Testing with Vitest + React Testing Library (RTL)
-
Responsive design.
-
Happy DOM.
-
Made from scratch.
-
Deployed with gh-pages.
-
Git clone the project:
git@github.com:gsvidal/calculator-tdd.git
-
Run
npm install
oryarn add
to download and install all the dependencies. -
Run
npm run dev
to initialize the dev server