/Hex-cal

A PWA which can do basic arithmetic in base 2, 8, 10 and 16

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

Hex-Cal poster

Project Structure

  • This project uses nextjs13's app directory.
  • All static assets like images and svg's are in public dir.
  • lib dir contains functions which are responsible for conversion of numbers
  • All React Components and page files lives in app dir only.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Learn More

To learn more about the technologies used in this project take a look at the following resources: