Developed by Davit Badalyan
Welcome to the "coding-math" repository! This project contains math examples developed with PhacerCE, inspired by tutorials from Coding Math. The examples have been recreated and adapted by Davit Badalyan for educational and portfolio purposes.
Explore a variety of math examples implemented with PhacerCE. Each example provides a practical demonstration of mathematical concepts and can be used for educational purposes or as a reference for real-world applications.
To dive into the examples and learn more about the mathematical concepts, follow these simple steps:
- Clone the Repository
git clone https://github.com/your-digital-research/coding-math.git
- Navigate to the Project directory
cd Project/
- Install Node Modules
npm install
- Install Node Version
nvm install 16
- Set Node Version
nvm use 16
- Start the Project
npm start
- Open in Browser
- Open your preferred web browser and navigate to the specified address (typically http://localhost:8080 or http://0.0.0.0:8080/).
- To Change Example
- Open board-view.js
- Change _buildExample() function by assigning new example to this._example
- Examples Location
- Examples are located in src/view/examples directory
This repository is licensed under the MIT License. Feel free to use and adapt the examples for your own projects.
Feel free to contribute, open issues, or provide feedback.
Happy coding!