fellipeutaka / react-calculator

πŸ–© A calculator using React, TypeScript, Vite.js and TailwindCSS, inspired by iOS calculator UI

Home Page:https://fellipeutaka-react-calculator.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator logo

React Calculator

Repository size Made by Fellipe Utaka GitHub last commit License Stargazers

Project | Technologies | How to use | How to contribute | License | Live demo

πŸ’» Project

A calculator inspired by iOS calculator UI made with React and TailwindCSS

Preview

πŸš€ Technologies

This project was developed with the following technologies:

ℹ️ How To Use

To clone and run this application, you will need Git and Node.js installed on your computer.

From your command line:

# 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 <branch_name> .
  3. Make your changes and commit them: git commit -m '<commit_message> '
  4. Push to original branch:git push origin <project_name> / <local>
  5. Create the pull request. Or, see the GitHub documentation on how to create a pull request.

πŸ“ License

This project is under the MIT license. See the LICENSE for details.

Made with β™₯ by Fellipe Utaka πŸ‘‹ Get in touch!

About

πŸ–© A calculator using React, TypeScript, Vite.js and TailwindCSS, inspired by iOS calculator UI

https://fellipeutaka-react-calculator.netlify.app/

License:MIT License


Languages

Language:TypeScript 91.8%Language:JavaScript 3.8%Language:HTML 2.4%Language:Shell 1.7%Language:CSS 0.4%