Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoaib-fateh/app-calculator
Simple Calculator App built with React.
https://github.com/shoaib-fateh/app-calculator
css html javascript reactjs sass
Last synced: about 1 month ago
JSON representation
Simple Calculator App built with React.
- Host: GitHub
- URL: https://github.com/shoaib-fateh/app-calculator
- Owner: shoaib-fateh
- Created: 2024-07-07T10:36:05.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-11T09:32:44.000Z (5 months ago)
- Last Synced: 2024-07-12T10:08:41.644Z (5 months ago)
- Topics: css, html, javascript, reactjs, sass
- Language: JavaScript
- Homepage:
- Size: 210 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
APP-CALCULATOR
Simple Calculator App built with React.
Developed with the software and tools below.
## ๐ Quick Links
- [๐ Overview](#-overview)
- [๐ฆ Features](#-features)
- [๐ Repository Structure](#-repository-structure)
- [๐ Getting Started](#-getting-started)
- [โ๏ธ Installation](#๏ธ-installation)
- [๐ค Running app-calculator](#-running-app-calculator)
- [๐งช Tests](#-tests)
- [๐ Project Roadmap](#-project-roadmap)
- [๐ค Contributing](#-contributing)
- [๐ License](#-license)
- [๐ Acknowledgments](#-acknowledgments)---
## ๐ Overview
This project is a simple calculator application built using React. It provides basic arithmetic operations and a history feature to track previous calculations.
---
## ๐ฆ Features
- Addition, subtraction, multiplication, and division operations.
- History of previous calculations.
- Responsive design for various screen sizes.---
## ๐ Repository Structure
Here's the directory structure of your app-calculator repository:
```sh
โโโ app-calculator/
โโโ README.md
โโโ package-lock.json
โโโ package.json
โโโ build/
โ โโโ asset-manifest.json
โ โโโ favicon.ico
โ โโโ index.html
โ โโโ logo192.png
โ โโโ logo512.png
โ โโโ manifest.json
โ โโโ robots.txt
โโโ config/
โ โโโ env.js
โ โโโ getHttpsConfig.js
โ โโโ jest/
โ โ โโโ babelTransform.js
โ โ โโโ cssTransform.js
โ โ โโโ fileTransform.js
โ โโโ modules.js
โ โโโ paths.js
โ โโโ webpack/
โ โ โโโ persistentCache/
โ โ โโโ createEnvironmentHash.js
โ โโโ webpack.config.js
โ โโโ webpackDevServer.config.js
โโโ public/
โ โโโ favicon.ico
โ โโโ index.html
โ โโโ logo192.png
โ โโโ logo512.png
โ โโโ manifest.json
โ โโโ robots.txt
โโโ scripts/
โ โโโ build.js
โ โโโ start.js
โ โโโ test.js
โโโ src/
โโโ App.css
โโโ App.js
โโโ App.test.js
โโโ btn.jsx
โโโ index.css
โโโ index.js
โโโ logo.svg
โโโ reportWebVitals.js
โโโ setupTests.js
```## ๐ Getting Started
To get started with the app-calculator, follow these steps:
### โ๏ธ Installation
1. Clone the repository:
```sh
git clone https://github.com/shoaib-fateh/app-calculator.git
```
```sh
cd app-calculator
```2. Install dependencies:
```sh
npm install
```3. ๐ค Running app-calculator
To start the app-calculator locally, run:
```sh
npm start
```3. ๐งช Tests
```sh
npm test
```
```vbnet
Please let me know if there are any further modifications or additions you'd like to make!
```## ๐ค Contributing
Contributions are welcome! Here's how you can contribute:
* Submit Pull Requests: Contribute code improvements or features.
* Report Issues: Help identify bugs, request features, or ask questions.
* Join Discussions: Participate in ongoing conversations.