https://github.com/aj1732/web_calculator
A simple web calculator built using react and tailwind css
https://github.com/aj1732/web_calculator
Last synced: 3 months ago
JSON representation
A simple web calculator built using react and tailwind css
- Host: GitHub
- URL: https://github.com/aj1732/web_calculator
- Owner: AJ1732
- Created: 2024-02-13T12:41:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T17:02:28.000Z (over 1 year ago)
- Last Synced: 2025-02-07T01:45:28.269Z (4 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Web Calculator with Tailwind CSS
This repository contains the source code for a web calculator built using React and Tailwind CSS. It offers a variety of features, including:
* Basic arithmetic operations (+, -, *, /)
* Parentheses for complex calculations
* Memory buttons for storing and recalling values
* Clear and user-friendly interface
* Responsive design for optimal viewing on different devices**Live Link**
[Web Calculator](https://1732-web-calculator.netlify.app/)**Technologies Used**
* React: JavaScript library for building user interfaces
* Tailwind CSS: Utility-first CSS framework for rapid styling**Getting Started**
1. **Clone the repository:**
```bash
git clone https://github.com/AJ1732/web_calculator.git
```2. **Install dependencies:**
```bash
cd react-web-calculator
npm install
```
3. **Start the development server:**```bash
npm run dev
```Access the application at http://localhost:3000 (or the port specified in your package.json).
## Development Instructions
Codebase Layout and Naming Conventions* The codebase follows a component-based structure, with separate folders for components, styles, and tests.
* Components are named descriptively (e.g., Calculator, Button, Display).
* Files are named according to their function (e.g., calculator.jsx, styles.css, button.test.js).## Contributing Guide
We welcome community contributions!
Please follow the contribution guidelines outlined in CONTRIBUTING.md.## License
This project is licensed under the [Name of License] license (see LICENSE file for details).