Table of Contents
- Review React Router, React Query, Framer motion, Recoil, and etc.
- Clone Netflix by using what I have learned.
You just need to access https://prgmr99.github.io/Yeomflix.
- Put "to dos" or something else that you want in the input box so that you add a new list in the category.
- You can create a new category by clicking the "Add Board" button.
- You can also delete the board by clicking the "X" button.
- If you click the "⏎" button, you can modify the name of the board.
- You can drag the list to the area of the category that you want to put.
- You can delete the list by clicking the "❌" button or dragging the board to "Delete" area.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request