This is a simple calculator project with theme customization.
- Basic calculator operations: addition, subtraction, multiplication, division.
- Additional functionalities: clear display, negate, percentage.
- Theme customization: Choose accent color and background color.
- Open
index.html
in a web browser.
- Node.js installed on your machine.
Run the following commands to set up the project:
npm install
### Run the App
To run the project locally, use the following command:
```bash
npm start