Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pyneapple Frontend

This repository contains the frontend code for the Pyneapple App, a demo application showcasing various algorithms and visualizations.

Pyneapple App Demo

Table of Contents

Introduction

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.

Features

  • Select input files and algorithms
  • Adjust algorithm parameters through dropdowns, sliders, and inputs
  • View visualizations of data and results

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/akashbilgi/Pyneapple.git
  2. Navigate to the frontend directory:

    cd Pyneapple/frontend
  3. Install dependencies:

    npm install

Usage

  1. Start the development server:

    npm start

    This will launch the app in your browser at http://localhost:3000.

  2. Use the app to select files, algorithms, adjust parameters, and view visualizations.

Contributing

Contributions to this project are welcome. Feel free to submit issues and pull requests.

  1. Fork the repository.
  2. Create a new branch for your feature/bug fix: git checkout -b feature/your-feature-name.
  3. Commit your changes: git commit -m "Add some feature".
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Create a pull request.

License

This project is licensed under the MIT License.

Made with ❤️ by Akash Bilgi