Code Monkey home page Code Monkey logo

vott-react's Introduction

Build Status Code Coverage npm version

vott-react

This repository contains custom React Components designed for the Microsoft Open Source VOTT app (https://github.com/Microsoft/VoTT). The components are written in React with Typescript. While the VOTT app uses Redux to manage state, these components do not require it.

The main components are:

  • Drag-and-drop tag manager tool
  • Scrolling thumbnail viewer

Supporting components, grouped in main component folder, include:

  • Asset Preview for loading photo or video
  • Tags Input for adding tags to tag manager
  • Editor toolbar for choosing selection style

Components may be viewed in a browser using Storybook by cloning the repo and running npm run storybook

Contributing Guidelines

We welcome issues and pull requests into the project. We ask that you follow these simple guidelines:

Issues

  • Look for duplicate issues & comment on thread if experiencing something similar
  • Fill in template information (platform, OS, version, screenshots, etc.)

Pull Requests

  1. Find an issue to work on, or create a new one
  2. Fork repo, make sure you have latest changes from v2
  3. Create branch following naming convention: git checkout -b issue-<###>-<short-description>
  4. Write code
  5. Add unit tests
  6. Verify linting and unit tests by running npm test
  7. Update docs if needed
  8. Rebase on master and resolve conflicts
  9. Submit PR to master branch

Try to keep PRs small to decrease the time required to review and merge

Publishing new version to NPM

  1. Create PR to bump version number in package.json
  2. Merge PR
  3. Pull latest master
  4. Tag master with syntax v*, push tag
    git checkout master
    git pull
    git tag v0.2.10
    git push origin v0.2.10
  5. Pipeline will automatically publish to NPM

Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

vott-react's People

Contributors

elizabethhalper avatar luisamiranda avatar mydiemho avatar tbarlow12 avatar wbreza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vott-react's Issues

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.