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

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

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