A basic calculator web application built using Angular 16 and styled with Tailwind CSS. The app performs arithmetic operations and showcases the integration of frontend technologies. It's also deployed using Firebase hosting and Dockerized for easy deployment.
git clone https://github.com/suryanshsingh2001/ang-calc.git
Install dependencies:
npm install
Make sure to be the ang-calc project directory
cd ang-calc
Run the development server:
ng serve
Open your browser and visit http://localhost:4200
to see the calculator in action.
npm install -g firebase-tools
npm run build
firebase login
firebase init
The project is dockerized for easy deployment and scalability. To run the app using Docker, use the following commands:
docker build --pull --rm -f "Dockerfile" -t angularcalculator:latest "."
docker run --rm -d -p 80:80/tcp angularcalculator:latest
Contributions are welcome! Feel free to open an issue or submit a pull request.
Made with ❤️ by Suryansh Singh