Skip to content

swapnadeepmohapatra/devtube-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devtube

Netlify Status

This is video streaming platform. Here the users can watch videos, like or dislike them, put comments on the video, and also can subscribe to channels. Also on hovering over the thumbnail, the video is played so that the user can decide to click on it to watch or not.

description This is video streaming platform. Here the users can watch videos, like or dislike them, put comments on the video, and also can subscribe to channels. Also on hovering over the thumbnail, the video is played so that the user can decide to click on it to watch or not.

stack MongoDB is used for the database, Firebase is used to store the video and image assests, Node.js and Express.js for the Backend and React.js for the frontend. Pure CSS is used to design the UI with a bit of Material UI for the side drawers.

This Repo is the frontend part of DevTube Web App . Here is the Backend Repo.

HOSTED LINKS

Backend Frontend

PROJECT STRUCTURE

├── public      # Static files
|
├── src         # Main Source Code
| ├── Components     # Reusable components
| ├── Helper         # API Calls & Firebase Config
| ├── CSS            # CSS Stylesheets
| └── Pages          # Pages in Routing
|
├── index.js      # Main Entry Point  
└── Routes.js     # Routing files 

AVAILABLE SCRIPTS

In the project directory, you can run:

yarn install

This will install all the dependencies mentioned in the package.json

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

SUPPORT ME

Buy Me A Coffee

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published