A simple, responsive calculator built using HTML, CSS, and JavaScript, inspired by the soft, pastel-like color palette of Necosoft. This project is designed to be easy to use and aesthetically pleasing, with clean code and a modern UI.
Features
Responsive Design: The calculator adjusts to different screen sizes.
Basic Arithmetic Operations: Supports addition, subtraction, multiplication, and division.
Necosoft Color Palette: Uses soft blue, purple, and green tones for a clean, modern look.
Keyboard Support: Enhanced user experience with keyboard functionality (optional enhancement).
Logo Support: Custom logo displayed at the top (you can easily replace it with your own).
Usage
Customization
License
Contributing
Contact
Installation
To get a local copy up and running, follow these simple steps:
1. Clone the repo:
git clone https://github.com/yourusername/Necosoft-Themed-Calculator.git
2. Open the index.html file in your browser:
No additional dependencies are required since this is a pure HTML/CSS/JS project.
Usage
Once the project is set up, you can use the calculator to perform basic arithmetic operations. The calculator includes the following features:
C: Clears the display.
DEL: Deletes the last entered character.
Operations: Perform basic calculations such as +, -, *, and /.
Screenshot
Customization
Logo: You can change the logo by replacing the element in the index.html file:
Color Scheme: To adjust the colors, modify the variables in style.css:
:root { --soft-blue: #A7C7E7; --soft-purple: #BFA2DB; --soft-green: #A2D5C6; --soft-gray: #E4E4E4; --dark-gray: #444444; }
License
Distributed under the MIT License. See LICENSE for more information.
Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have suggestions for improving the project, feel free to fork the repository and submit a pull request. You can also open an issue with the tag "enhancement". Don’t forget to give the project a star if you like it!
-
Fork the Project
-
Create your Feature Branch (git checkout -b feature/AmazingFeature)
-
Commit your Changes (git commit -m 'Add some AmazingFeature')
-
Push to the Branch (git push origin feature/AmazingFeature)
-
Open a Pull Request
Project Link:https://github.com/yourusername/Necosoft-Themed-Calculator