Skip to content

An interactive calculator used to solve discrete mathematics and linear algebra problems. ๐Ÿงฎ

Notifications You must be signed in to change notification settings

gdcho/comp1113_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Table of Contents
  1. Technology used
  2. Getting started
  3. File Contents of folder
  4. Learn More
  5. References

Logo

COMP1113 Calculator

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

Technology used

JavaScript Badge Next JS TailwindCSS VScode Badge Python Badge Flask Badge

Getting Started

  1. Clone the repo

    git clone https://github.com/gdcho/comp1113_calculator/
  2. Install NPM packages

    npm install
  3. Install Python packages

    pip install -r requirements.txt
  4. 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.

File Contents of folder

๐Ÿ“ฆ
โ”œโ”€ย .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

Learn More

To learn more about Next.js, take a look at the following resources:

To learn more about Flask, take a look at the following resources:

References

NextJS ยท Tailwindcss ยท Flask ยท COMP1113

About

An interactive calculator used to solve discrete mathematics and linear algebra problems. ๐Ÿงฎ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published