Skip to content

bayirdan/twitch-clone

Repository files navigation

Twitch Clone with React

This template is a clone of the live platform Twitch. It is designed as fully responsive, including mobile.

Used React as JS framework, styled-components for styles also used react-router for routes, redux for state management.

  • Profile menu, search bar, navbar links, sub-navbar links, sidebar fix button are active. You can change the dark mode or light mode from the profile menu sections for both desktop design and mobile design.
  • Profile pictures randomly called from https://i.pravatar.cc/ site.

npm run dev

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

The page will reload when you make changes.
You may also see any errors in the console.


View demo here


desktop-1

desktop-3

desktop-2

mobile . mobile-4


MIT License

Copyright (c) 2022 Burkay

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.