React website to create a 3x3 grid list of tv-shows and save as image.
- 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
-
Clone repo
git clone https://github.com/mikitaserabrakou/3x3-show-list.git
cd 3x3-show-list
-
Install packeges
npm install
-
Start project
npm start
-
Open http://localhost:5173 to view it in the browser.
You are welcome to contribute to this project. Check out open issues or suggest new ones!
Distributed under the MIT License. See LICENSE.md for more information.