In this project I created a sinlge page application with all three pages (home, calculator and quotes) being routed using React routes. The Interactivity of this website is in the navigation bar and calculator with the calculator having about 90% of the site's interactivity. The calculator has the following features:
- +, -, x, /, % operations.
- AC button for reseting the output display.
- . button for decimals values.
- -/+ button for negating numbers.
- React
- JavaScript
- JSX
- CSS
To run this application please follow these steps:
1.Clone the repo onto you local machine
- to clone click on the green 'Code' button and copy the HTTPS link. -using 'git clone ' command clone the repository on your local machine.
- Run
npm install
in the terminal. - Run
npm start
to view the webisite in you default browser or open 'dist/index.html' using Live Server extension in Visual Studio Code
I worked on this project alone and here are my contact details
- GitHub: @asanchy
- Twitter: @adorn_choga
- LinkedIn: adorn-choga
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.