https://github.com/snacksncode/calculator-in-react
Yeeee
https://github.com/snacksncode/calculator-in-react
calculator-react react tailwindcss typescript vercel-deployment vite
Last synced: 3 months ago
JSON representation
Yeeee
- Host: GitHub
- URL: https://github.com/snacksncode/calculator-in-react
- Owner: snacksncode
- License: apache-2.0
- Created: 2022-09-20T16:46:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T16:05:58.000Z (over 2 years ago)
- Last Synced: 2025-01-12T17:48:04.566Z (5 months ago)
- Topics: calculator-react, react, tailwindcss, typescript, vercel-deployment, vite
- Language: TypeScript
- Homepage: https://calculator-snc.vercel.app/
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quick links
- [Technologies used](#technologies-used)
- [Features and todo](#features-and-todo)# Technologies used
- React
- TypeScript
- Vite
- Vercel
- Tailwind# Features and todo
- [x] Host it
- [x] Write UI
- [x] Make it work
- [x] Addition
- [x] Subtraction
- [x] Multiplication
- [x] Division
- [x] Equals
- [x] All Clear
- [x] Dot Operator
- [ ] Percentage Operator
- [x] Delete
- [x] Work with the answer instead of locking up
- [ ] History of operations
- [x] Record history of operations
- [ ] Use history to implement repeating equals
- [x] Allow user to see it and interact with it (time travel)
- [ ] Add animations using framer-motion
- [ ] Add themes
- [ ] Add Dark Theme
- [ ] Add Settings to change accent color