An open API service indexing awesome lists of open source software.

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

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