Notation Guru is an application that converts infix, prefix and postfix notations from one notation to another, and also visualizes the process of conversion. This helps to easily grasp the fundamentals, such as the way of calculation, as well as the data structures used behind the scenes.
Follow the instructions to get started with the project on your local machine
- Fork and clone the project
cd notation-guru/
- Run
npm install
to install NodeJS dependencies - Run
cd ui/
andnpm install
to install ReactJS dependencies - Run
npm run dev
to run the project on development
To understand the aim, scope and technologies used in the project, please see the documentation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
If you are stuck somewhere or not able to understand what to do, feel free to reach out to mentors in the official Gitter Channel.
This project is licensed under the GPL V3 License - see the LICENSE.md file for details.