Skip to content

Munu00/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Necosoft-Themed Calculator

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).

Table of Contents Installation

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:

Logo

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!

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. Open a Pull Request

Project Link:https://github.com/yourusername/Necosoft-Themed-Calculator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published