Calcify is a web application built using Next.js, designed to provide users with a seamless and interactive experience for exploring various mathematical and algorithmic concepts. The app includes features like a graphing calculator, algorithm visualizer, and more.
- Graphing Calculator: Visualize complex equations and functions in real-time.
- Algorithm Visualizer: Understand algorithms through interactive visualizations.
- Physics Engine: (Coming soon) Simulate real-world physics scenarios.
- Responsive Design: Optimized for both desktop and mobile devices.
To get a local copy up and running, follow these simple steps.
Ensure you have Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/Mohit2005123/calcify-n.git
- Navigate to the project directory:
cd calcify
- Install the dependencies:
npm install
Start the development server with:
Open http://localhost:3000 with your browser to see the result.
- Home Page: Explore the main features of Calcify.
- Visualizer: Access different algorithm visualizers.
- Graphing Calculator: Plot and analyze mathematical functions.
The easiest way to deploy your Next.js app is to use the Vercel Platform. Check out the Next.js deployment documentation for more details.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - [email protected]
Project Link: https://github.com/Mohit2005123/calcify-n