rosekamallove / youtemy

A great way to learn from YouTube courses without any distractions and the ability to enroll in courses and track them with a daily streak to become more consistent.
https://youtemy-bc22a.firebaseapp.com/
MIT License
39 stars 12 forks source link
firebase firestore-database hacktoberfest hacktoberfest2021 javascript reactjs youtube youtube-data-api

YouTemy

Website State Latest Release License Contributors

YouTemy is a platform to accelerate learning from YouTube courses. Users can learn from YouTube courses without any distractions and have the ability to enroll in courses and track them with a daily streak to become more consistent.

πŸš€ Tech Stack

YouTemy is a web app built with the following:

πŸ€– CI/CD

Firebase Deploy on PR Firebase Deploy on Merge

Deployment to Firebase is automated and controlled through GitHub Actions.

πŸ—Ί Page Hierachy

Folder Strucure
.
β”œβ”€β”€ src
β”‚Β Β  β”œβ”€β”€ App.js
β”‚Β Β  β”œβ”€β”€ Components
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Footer
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Footer.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Footer.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Navbar
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Logo.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Navbar.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Navbar.js
β”‚Β Β  β”‚Β Β  └── PrivateRoute.js
β”‚Β Β  β”œβ”€β”€ Pages
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ BookmarksPage
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ BookmarksPage.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── BookmarksPage.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ CoursesPage
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ CoursesPage.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── CoursesPage.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Dashboard
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Dashboard.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── Dashboard.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ExplorePage
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ExplorePage.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ExplorePage.js
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ PlaylistItem.js
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ PlaylistsList.js
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ SearchBar.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── SearchBar.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ SettingsPage
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ SettingsPage.css
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── SettingsPage.js
β”‚Β Β  β”‚Β Β  └── VideoPlayer
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ RenderWithTracking.js
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ RenderWithoutTracking.js
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ VideoPlayer.css
β”‚Β Β  β”‚Β Β      └── VideoPlayer.js
β”‚Β Β  β”œβ”€β”€ UserContext.js
β”‚Β Β  β”œβ”€β”€ apis
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ demoObject.json
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ getVideos.js
β”‚Β Β  β”‚Β Β  └── youtube.js
β”‚Β Β  β”œβ”€β”€ css
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ App.css
β”‚Β Β  β”‚Β Β  └── index.css
β”‚Β Β  β”œβ”€β”€ firebase.js
β”‚Β Β  β”œβ”€β”€ firestore
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addBookmarks.js
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ addCourse.js
β”‚Β Β  β”‚Β Β  └── updateCourse.js
β”‚Β Β  └── index.js
└── yarn.lock

πŸ“· Snapshots of the Hosted Projects

Dashboard

CoursesPage1

CoursesPage2

ExplorePage

BookmarksPage

βš™ Running the Project

Starting the Dev Server

πŸ‘¨β€πŸ”¬ Contributors

Contribution list made with contrib.rocks.