Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 2.16 KB

README.md

File metadata and controls

60 lines (38 loc) · 2.16 KB

Splitter

Splitter calculates tip amount for various percentages of the cost of the service, and also provides a total amount per person that includes the tip.

Built With

  • HTML & CSS
  • JavaScript
  • React class component
  • OOP

Live demo

Follow the link

Preview

Mobile Desktop
mobile

Getting Started

To get a local copy up and running follow these simple example steps.

  • copy this link https://github.com/ShoiraTa/splitter.git.
  • get the directory that you want to clone the repository.
  • open the command prompt in this directory.
  • write git clone https://github.com/ShoiraTa/splitter.git.
  • go to the repository folder in your command prompt.
  • run bundle install.
  • run npm install
  • create database in your postgre called hello-rails-react
  • run rails db:migrate
  • To run start the webpack run ./bin/webpack-dev-server.

Author

👤 Shoira

Shoira's GitHub stats

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

-- FrontEndMasters