Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Calculator App 🧮

A basic calculator application built with React and Vite, deployed using GitHub Pages.

Features ✨

  • Perform basic arithmetic operations (addition, subtraction, multiplication, division).
  • Clear the display (C button) and delete the last character (Backspace button).
  • Evaluate expressions using the = button or pressing Enter.
  • Responsive design for various screen sizes.

Technologies Used 🛠️

  • React ⚛️
  • Vite 🚀
  • JavaScript (ES6+) 📜
  • HTML5 & CSS3 🎨

Getting Started 🚀

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/amanhex/Calculator.git
    cd Calculator
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open your browser:

    Visit http://localhost:3000 to view the app.

Deployment 🌐

This project is deployed using GitHub Pages. To deploy the project:

  1. Build the project:

    npm run build
  2. Deploy to GitHub Pages:

    npm run deploy
  3. Access the deployed app:

    The app will be available at https://your-username.github.io/repository-name.

Contributing 🤝

Contributions are welcome! Here's how you can contribute to this project:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

License 📄

This project is licensed under the MIT License - see the LICENSE file for details.

About

Calculator App developed using React+Vite

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages