Git Product home page Git Product logo

avatar-drag-and-drop's Introduction

Avatar drag-and-drop component ๐Ÿ“‚

A react component that allows users to drag and drop image files to resize and crop the image.

About this project ๐Ÿท๏ธ

A project developed using best practices to make the code readable and reusable.

Developed using the following tech stack:

Test it live here (hosted on Netlify)

Installing locally and tests ๐Ÿ“ฆ

  1. Make sure you have Node, a package manager (Yarn or NPM) and GIT installed locally

  2. Clone this repository on some folder

  git clone https://github.com/Henriquepb22/avatar-drag-and-drop.git
  # or via SSH
  git clone [email protected]:Henriquepb22/avatar-drag-and-drop.git
  1. Install dependencies
  # go inside project folder
  cd avatar-drag-and-drop/
  
  # and run the following command
  npm install
  # or with yarn
  yarn
  1. Now after dependencies installing run the project
  npm run start
  # or with yarn
  yarn start
  1. Now a browser should open on localhost:3000 with the project running!

  2. To run the tests run the following command

  # run tests once
  npm run test
  # with yarn
  yarn test
  
  # run tests in watch mode with coverage
  npm run test:watch
  # or with yarn
  yarn test:watch

License โœ”๏ธ

MIT

avatar-drag-and-drop's People

Contributors

henriquepb22 avatar

Stargazers

Roman avatar

Watchers

James Cloos 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.