- Matrix calculations
- EMI calculations
- Some utilities for coders
The project is designed to run using Docker, with the necessary dependencies and setup already included in the Dockerfile.
Before you begin, make sure you have Docker installed on your system. Docker is required to run the project in a container. This project supports the following operating systems:
- Windows
- Linux
- macOS
- Download and install Docker Desktop.
- Follow the installation instructions provided on the Docker website.
- Install Docker using your package manager. For example, on Ubuntu, run:
sudo apt update
sudo apt install docker.io git -y
git clone https://github.com/Ashu-45/Project-CX.git
cd Project-CX
sudo docker build -t ashu .
sudo docker run -it --rm ashu
Here’s the file structure of the project:
├─ .gitignore
├─ Dockerfile
├─ README.md
├─ home.c
└─ pkg
├─ calculator_v1.0.c
├─ lib
│ ├─ ashu.h
│ └─ color.h
└─ matrix-calculator_v1.0.c