my Playlist Web Project with React
This is playlist web with React and this will show the playlist I want to share.
I can think of two sides:
- user: Only seeing playlist
- owner: Setting playlist
For user, only feature is only seeing the web owner's playlist for now
For owner, they can set and modify the playlist they created. For now, it's only one playlist.
For user side:
- only see
For Owner side:
- create playlist (name, song, and tag)
- change playlist (name, song, and tag) + add
- delete playlist (delete all info)
- share the link
For other side:
- need to think how to identify if the user is user or owner
- DB
https://www.figma.com/board/eoKUjXK5bU95xv9huYZmkL/Untitled?node-id=0-1&p=f&t=DegAtIGuXYSNJovm-0
- 6/22 - 6/28 :
- log In and Sign Up system
- front-end design for web pages
- find the proper API
- build index.js with CRUD