Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fellipeutaka/react-calculator
đŠ A calculator using React, TypeScript, Vite.js and TailwindCSS, inspired by iOS calculator UI
https://github.com/fellipeutaka/react-calculator
react tailwindcss typescript vite
Last synced: 4 months ago
JSON representation
đŠ A calculator using React, TypeScript, Vite.js and TailwindCSS, inspired by iOS calculator UI
- Host: GitHub
- URL: https://github.com/fellipeutaka/react-calculator
- Owner: fellipeutaka
- License: mit
- Created: 2022-01-26T15:15:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T19:06:46.000Z (over 1 year ago)
- Last Synced: 2023-07-10T20:25:45.670Z (over 1 year ago)
- Topics: react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://fellipeutaka-react-calculator.netlify.app/
- Size: 296 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Calculator
Project |
Technologies |
How to use |
How to contribute |
License |
Live demo## đģ Project
A calculator inspired by iOS calculator UI made with React and TailwindCSS
## đ Technologies
This project was developed with the following technologies:
- [TypeScript][ts]
- [React][react]
- [Vite][vite]
- [Vitest][vitest]
- [Tailwind][tailwindcss]## âšī¸ How To Use
To clone and run this application, you will need [Git][git] and [Node.js][node] installed on your computer.
From your command line:
```bash
# Clone this repository
$ git clone https://github.com/fellipeutaka/react-calculator.git# Install dependencies
# If you are using NPM
$ npm install# If you are using Yarn
$ yarn install# If you are using PNPM (current package manager)
$ pnpm install# Start server
# If you are using NPM
$ npm run dev# If you are using Yarn
$ yarn dev# If you are using PNPM (current package manager)
$ pnpm dev
```## đ¤ How to contribute
1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make your changes and commit them: `git commit -m ' '`
4. Push to original branch:`git push origin / `
5. Create the pull request. Or, see the GitHub documentation on [how to create a pull request][pr].## đ License
This project is under the MIT license. See the [LICENSE](https://github.com/fellipeutaka/react-calculator/blob/main/LICENSE.md) for details.
Made with âĨ by Fellipe Utaka đ [Get in touch!](https://www.linkedin.com/in/fellipeutaka/)
[pr]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
[git]: https://git-scm.com
[node]: https://nodejs.org/
[ts]: https://www.typescriptlang.org/
[react]: https://reactjs.org
[vite]: https://vitejs.dev/
[vitest]: https://vitest.dev/
[tailwindcss]: https://tailwindcss.com/