An open API service indexing awesome lists of open source software.

https://github.com/haikelz/calculator

A simple calculator that implement atomic design, and cva. Design based on a challenge in Frontend Mentor. WIP
https://github.com/haikelz/calculator

Last synced: 7 months ago
JSON representation

A simple calculator that implement atomic design, and cva. Design based on a challenge in Frontend Mentor. WIP

Awesome Lists containing this project

README

          


Calculator App


Simple calculator


## Features

- Login
- Register
- Form validation with `react-hook-form` and `zod` for schemas.
- Implementing atomic design and cva

**Username:** username

**Password:** password123!

## Screenshots

![Screenshot 1](/public/docs/screenshot-1.png)

![Screenshot 2](/public/docs/screenshot-2.png)

![Screenshot 3](/public/docs/screenshot-3.png)

![Screenshot 4](/public/docs/screenshot-4.png)

## Tech Stack

- React JS
- Vite
- Typescript
- Tailwind CSS
- Jotai
- React Hook Form
- Zod
- Wouter