https://github.com/thuyencode/calculator
Build a JavaScript Calculator | freeCodeCamp
https://github.com/thuyencode/calculator
freecodecamp react
Last synced: about 1 month ago
JSON representation
Build a JavaScript Calculator | freeCodeCamp
- Host: GitHub
- URL: https://github.com/thuyencode/calculator
- Owner: thuyencode
- Created: 2023-07-06T03:15:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T02:51:37.000Z (over 2 years ago)
- Last Synced: 2025-01-25T22:58:45.962Z (about 1 year ago)
- Topics: freecodecamp, react
- Language: TypeScript
- Homepage: https://thuyencode.github.io/calculator/
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~~JavaScript~~ TypeScript + React Calculator | A project for freeCodeCamp
[](https://tailwindcss.com)   [](https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-javascript-calculator)
Based of Web Dev Simplified's tutorial: [The Perfect Beginner React Project](https://youtu.be/DgRrrOt0Vr8).
[](https://ibb.co/Jt6t3Ch)
## How to run
```text
git clone https://github.com/thuyencode/calculator
cd calculator
npm i && npm run dev
```
If you want to build it:
```text
npm run build
npm run preview
```