{"id":21712229,"url":"https://github.com/wunci/react-video","last_synced_at":"2025-09-25T18:55:50.361Z","repository":{"id":144078771,"uuid":"123256383","full_name":"wunci/react-video","owner":"wunci","description":"react + react-router + redux","archived":false,"fork":false,"pushed_at":"2024-08-28T11:45:23.000Z","size":271,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T20:13:49.420Z","etag":null,"topics":["axios","less","react","react-router","redux"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wunci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-28T08:46:48.000Z","updated_at":"2024-04-07T07:53:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd1d9119-ddcf-4b91-b09e-ed1ec0379658","html_url":"https://github.com/wunci/react-video","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wunci/react-video","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunci%2Freact-video","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunci%2Freact-video/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunci%2Freact-video/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunci%2Freact-video/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wunci","download_url":"https://codeload.github.com/wunci/react-video/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunci%2Freact-video/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276966326,"owners_count":25736757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","less","react","react-router","redux"],"created_at":"2024-11-25T23:35:51.810Z","updated_at":"2025-09-25T18:55:50.306Z","avatar_url":"https://github.com/wunci.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-video（有问题可以加qq群:725165362）\n\n  该项目有两个版本，vue和react\n  \n\u003e react版项目地址 https://github.com/wclimb/react-video  \n\u003e react版预览 http://react.wclimb.site\n\n\u003e 后端项目地址 https://github.com/wclimb/video-admin  \n\u003e 后台管理 http://vue.wclimb.site\n\n\u003e API接口地址 https://github.com/wclimb/video-admin/blob/master/API.md (未更新，接口现在重写过)\n\nvue版\n\n\u003e vue版项目地址 https://github.com/wclimb/vue-video  \n\u003e vue版前端预览 http://vue.wclimb.site\n\n## 技术栈(react.js + Node.js 全栈项目)\n\n\u003e 项目还在完善，基本功能已经实现，正在进行持续优化 \n\n`react` + `react-router` + `redux` + `webpack` + `axios` + `less` + `flex` + `svg` + `阿里字体图标`\n\n## 运行\n\n```\ngit clone https://github.com/wclimb/react-video.git\n\ncd react-video\n\nnpm install  建议使用淘宝镜像(https://npm.taobao.org/) =\u003e  cnpm i\n\nnpm start (运行项目)\n\nnpm run build (打包项目)\n\nps: 如果运行了本地后台video-admin可以切换baseUrl为本地环境\n\n```\n\n## 功能\n\n* 1. 注册登录登出 + 验证码 密码检测，如果用户不存在则自动创建\n* 2. 检测是否登录，如果没有登录则不允许评论和评价\n* 3. 可以上传影片到后台，进行前台展示\n* 4. 评分功能，初始化评分可以自由设置，如果没有人like则默认显示原始评分，如果有则计算当前vide的评分\n* 5. 修改用户名，检测用户名是否跟其他人重复\n* 6. 上传头像，默认没有头像\n* 7. 评论功能，评论之后可以在个人中心展示，并且可以删除\n* 8. 搜索功能，可以搜索存在的影片，如果没有则显示无结果\n* 9. 自己喜欢的video和评论的内容会在个人中心显示\n\n综上：\n\n- [x] 注册\n- [x] 登录\n- [x] 登出\n- [x] 验证码\n- [x] 详情页\n- [x] 分类\n- [x] 分类影视列表\n- [x] 修改用户名\n- [x] 上传头像\n- [x] 评论\n- [x] 删除评论(可以左滑评论删除)\n- [x] 搜索\n- [x] 个人中心数据\n\n如果觉得对你有帮助还望关注一下，有问题可以及时提哟，觉得不错的话`star`一下也是可以的哟\n\n\n## 有问题欢迎反馈\n\n在使用中有任何问题，欢迎反馈给我，可以用以下联系方式跟我交流\n\n* 邮件(875246904#qq.com, 把#换成@)\n* QQ: 875246904\n* QQ群: 725165362","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwunci%2Freact-video","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwunci%2Freact-video","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwunci%2Freact-video/lists"}