This repository contains the frontend code for the Pyneapple App, a demo application showcasing various algorithms and visualizations.
The Pyneapple App is designed to demonstrate different algorithms and visualizations. The frontend provides an interactive user interface to interact with the algorithms and view visualizations.
- Select input files and algorithms
- Adjust algorithm parameters through dropdowns, sliders, and inputs
- View visualizations of data and results
- Node.js (https://nodejs.org/)
- Git (https://git-scm.com/)
-
Clone the repository:
git clone https://github.com/akashbilgi/Pyneapple.git
-
Navigate to the frontend directory:
cd Pyneapple/frontend
-
Install dependencies:
npm install
-
Start the development server:
npm start
This will launch the app in your browser at
http://localhost:3000
. -
Use the app to select files, algorithms, adjust parameters, and view visualizations.
Contributions to this project are welcome. Feel free to submit issues and pull requests.
- Fork the repository.
- Create a new branch for your feature/bug fix:
git checkout -b feature/your-feature-name
. - Commit your changes:
git commit -m "Add some feature"
. - Push to the branch:
git push origin feature/your-feature-name
. - Create a pull request.
This project is licensed under the MIT License.
Made with ❤️ by Akash Bilgi