Code Monkey home page Code Monkey logo

invision-redux's Introduction

InVision Redux ⚡️

InVision Redux is a complete app designed to help users backup their projects from InVision before its closure in December 2024. With this tool, users can retrieve all their projects and preserve the prototypes along with their hotspots in complete web application.

Description de l'image

Important note: Nicolas Cage could not be included in the final product (sorry).

Work in Progress

Some features are not handled yet, here is the not prioritized roadmap/to-do list :

  • Share button (QR Code and url copy to keyboard)
  • Manage all modes (excluding build and comments) :
    • Manage the mode in url
    • Keyboard shortcuts
    • Preview mode
      • Quick navigate to a screen with thumbnails (dropdown on the current screen)
      • Manage the hotspots
        • Navigate to a screen (with id, previous, next or last visited)
        • Display a screen as overlay
          • Fix to permit scroll when overlay is higher than the original screen
          • Open / close overlay
        • Manage transitions
        • Manage all event types (swipe, long press, double tap ...)
      • Fixed header / footer
        • Display these
        • Manage hotspots in fixed footer and header
        • Fix to follow the horizontal scroll
    • History mode
      • Display the screen history
      • Side by side comparison
    • Inspect mode
      • Left panel
        • List the layers
        • Select a layer and display annotations and fonts / styles / code etc.
      • Right panel
        • Display the fonts / styles / code etc.
        • Export assets
        • Variables ? (to be tested, never used that)
      • Screen panel
        • Display the screen
        • Display the annotations on hover
        • Visual select of a layer
      • Flow mode
        • Display the screens in a flow chart

Some features are intentionally not meant to be done (at least for the ongoing version) :

  • Build mode
  • Comments
  • Notifications
  • Edit in general (rename, settings etc.)
  • Upload new screens

Getting Started

To begin using InVision Redux, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/clementmoine/invision-redux.git
    
  2. Navigate to the Project Directory:

    cd invision-redux
    
  3. Install Dependencies and Set Up Environment: Run the following command to install dependencies and set up the environment:

    make install
    
  4. Edit the .env File: The .env file is automatically generated during installation. Open the .env file located in the root directory of the project and add your InVision email and password in the following format:

    [email protected]
    INVISION_PASSWORD=your_password
    

    You can also modify other settings as needed.

  5. Run the Scraper: Execute the scraper to generate the necessary documentation files:

    make scrape
    
  6. Review the Exported Projects: Once the scraper has finished running, you can find the exported projects in the docs directory. To start the frontend and backend containers serving the documentation:

    make start
    
  7. Stop the Project: To stop the containers, you can run:

    make stop
    

Debugging and Testing

By default, InVision Redux processes all projects available in your InVision account. However, you can enable a test mode to process only a single project of each type. To enable the test mode, set the TEST_MODE environment variable to True or 1 in your .env file. This can be useful for testing and debugging purposes.

Note

Please note that InVision Redux is an independent tool developed to assist users in exporting their projects before the closure of InVision's services. It is not affiliated with InVision.

I welcome contributions from the community to improve and extend the functionality of InVision Redux. If you're interested in contributing, please feel free to fork the repository, make your changes, and submit a pull request. Your contributions are highly appreciated!

invision-redux's People

Contributors

clementmoine avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.