This is a simple Youtube clone built with React, Redux, and TypeScript.
Follow these steps to install the project:
- Clone the repository to your local machine using
git clone <repository_url>
. - Navigate to the project directory using
cd <project_directory>
. - Install the project dependencies using
npm install
. - Start the project using
npm start
.
This application supports both light and dark modes. You can switch between these modes using the toggle switch located in the top right corner of the application. This feature allows for a more comfortable viewing experience based on the user's preference.
The application includes a voice search feature. This allows users to search for videos by simply speaking their search query instead of typing it. To use this feature, click on the microphone icon in the search bar and speak your search query.
The application supports both English and French languages. You can switch between these languages using the language selector located in the settings. This feature makes the application more accessible to a wider range of users.
Details about how other developers can contribute to the project. You might want to include:
- How to file a bug report
- How to suggest new features
- The process for submitting pull requests
Information about the project's license. For example: