- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
- HTML, CSS, JavaScript, and ReactJS
Describe between 1-3 key features of the application.
- A Single Page Application (SPA) created using
React
library. - Clicking on the navigation menu generates the page segments.
- The
HTML
content along with their styling is loaded dynamically without reloading the whole page usingReact Routes
. - This web application can perform simple calculations and show random quotes.
- Code is written following JSX syntax.
Live demo is available here.
To clone the repository in local environment try following steps.
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Node.js.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Node.js and npm for package installation.
$ node --version && npm --version
Clone the repository using this link
In the terminal, go to your file directory and run this command.
$ git clone https://github.com/PrangonGhose/math-magician-react.git
In the terminal, run these commands to get into development.
$ cd math-magician-react
$ npm init -y
$ npm install (install dependencies)
$ npm run build (create the optimized for production)
$ npm start (run the app locally)
This website is applicable for both mobile and desktop version.
👤 Prangon Ghose
- GitHub: @PrangonGhose
- Styling of the webpage
- Animation to add functionality
- Adding responsiveness
Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Authors would like to thank:
- Microverse
- Code Reviewers
- Coding Partners
This project is MIT licensed.