Skip to content

Latest commit

 

History

History
229 lines (169 loc) · 8.88 KB

README.md

File metadata and controls

229 lines (169 loc) · 8.88 KB

Yeomflix

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing

About The Project

image

image

Goals:

  • Review React Router, React Query, Framer motion, Recoil, and etc.
  • Clone Netflix by using what I have learned.

(back to top)

Built With

  • React
  • Typescript

(back to top)

Getting Started

You just need to access https://prgmr99.github.io/Yeomflix.

(back to top)

Usage

  1. Put "to dos" or something else that you want in the input box so that you add a new list in the category.
  2. You can create a new category by clicking the "Add Board" button.
  3. You can also delete the board by clicking the "X" button.
  4. If you click the "⏎" button, you can modify the name of the board.
  5. You can drag the list to the area of the category that you want to put.
  6. You can delete the list by clicking the "❌" button or dragging the board to "Delete" area.

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)