diff --git a/README.md b/README.md index 9563b3e..c2ae743 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ # twitch-clone + +![](assets/logo.png) + +A Twitch clone to experiment with various technologies. + +![](assets/screenshot.png) + +## Technologies +- ScyllaDB for storing messages, compatible with Cassandra but much faster. Usage is inspired by Discord's usage of the technology. +- Ory Kratos for auth, a very comprehensive open-source Auth0 competitor. +- Sentry for client-side monitoring, to help find bugs or other issues early. +- Next.JS for the frontend, React with SSR important for SEO and to speed up the initial load. +- Tailwind for styling, eliminating the need to manage stylesheets. + + +## Disclaimer +I am in no way affiliated with Amazon or Twitch. diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..9332bcb Binary files /dev/null and b/assets/logo.png differ diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..063cf69 Binary files /dev/null and b/assets/screenshot.png differ