Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.66 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.66 KB

Netlify Status

React website to create a 3x3 grid list of tv-shows and save as image.

Built with

Features

  • Search for tv-show with Axios & TVMAZE API
  • Add shows into responsive 3x3 grid list, change order in grid using Drag and Drop with dnd-kit
  • Save your list as image using html-to-image

Installation

  1. Clone repo

    git clone https://github.com/mikitaserabrakou/3x3-show-list.git
    cd 3x3-show-list

  2. Install packeges

    npm install

  3. Start project

    npm start

  4. Open http://localhost:5173 to view it in the browser.

Contribution

You are welcome to contribute to this project. Check out open issues or suggest new ones!

License

Distributed under the MIT License. See LICENSE.md for more information.