This project is a YouTube clone, consisting of a React client and a Node.js backend server.
The client folder contains the React application for the YouTube clone. It includes all the frontend components, pages, and stylesheets.
To run the client application locally, navigate to the client folder and run the following commands:
cd client npm install npm start
This will install the necessary dependencies and start the development server.
The server folder contains the Node.js backend for the YouTube clone. It handles API requests, user authentication, and database operations.
To run the server locally, navigate to the server folder and run the following commands:
cd server npm install npm run dev
This will install the necessary dependencies and start the Node.js server.
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.