Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuliohrc/video-marks
https://github.com/tuliohrc/video-marks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuliohrc/video-marks
- Owner: TulioHRC
- Created: 2022-02-28T23:07:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T23:52:50.000Z (almost 3 years ago)
- Last Synced: 2023-08-13T22:29:18.383Z (over 1 year ago)
- Language: JavaScript
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Marks
This app is the second project that I'm using to review/study ReactJS basics.
Being like a bookmark of browsers, but in a website. Saving your favorite videos with a nice design and easy-to-use.# Log
### 0.3.1v (Favicon)
### 0.3.0v (Marks logic)
![V 0 3](https://user-images.githubusercontent.com/62257920/156947670-56004855-1eaa-4afd-84f8-e0078706ccfc.png)
- URL button on each mark
- Working marks
- 'https:\\\\' add if not in already### 0.2.3v (Hotfix)
- Error in the 'New' button### 0.2.2v ('New' button)
- 'New' button working
- Form mode on state### 0.2.1v (Mark basic saving)
- Add Mark function
- No repeat conditional### 0.2v (Form)
- Basic inputs
- Change Handlers functions### 0.1.3v (Basic Container)
- Container, Mark, New component
- Loop creation of marks### 0.1.2v (Basic Form)
- Form component
- CSS basic configuration### 0.1.1v (Basic Header)
- Header component
- Components folder
- Configured VScode environment### 0.1.0v (Create)
- npx create-react-app "video-marks"
- Basic folders clean (removing unnecessary content)