Table of Contents
COMP1113 Calculator is an interactive calculator used to solve discrete mathemetics and linear algebra problems.
COMP1113 is a strong foundation for future technical and programming courses.
The course is divided into three parts: (1) Boolean algebra and design of logic circuits; (2) number systems and data representation; and (3) functions, linear equations, vectors and matrices.
Explore the docs ยป
See Project
ยท
Report Bug
ยท
Request Feature
-
Clone the repo
git clone https://github.com/gdcho/comp1113_calculator/
-
Install NPM packages
npm install
-
Install Python packages
pip install -r requirements.txt
-
Run the server
npm run dev # or yarn dev # or pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/index.js
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
๐ฆ
โโย .gitignore
โโโ Procfile
โโโ README.md
โโโ app
โย ย โโโ components
โย ย โโโ favicon.ico
โย ย โโโ globals.css
โย ย โโโ head.js
โย ย โโโ header.js
โย ย โโโ layout.js
โย ย โโโ page.js
โย ย โโโ utils
โโโ jsconfig.json
โโโ next.config.js
โโโ package-lock.json
โโโ package.json
โโโ postcss.config.js
โโโ public
โย ย โโโ img
โย ย โโโ next.svg
โย ย โโโ vercel.svg
โโโ requirements.txt
โโโ server.py
โโโ tailwind.config.js
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
To learn more about Flask, take a look at the following resources:
- Flask Documentation - learn about Flask features and API.
- Flask Tutorial - an interactive Flask tutorial.
NextJS ยท Tailwindcss ยท Flask ยท COMP1113