Twitter Clone

screenshot of Twitter Clone
react
remix
vite
unocss

Twitter Clone made with Remix, EdgeDB & UnoCSS. (Developing)

Overview

The Twitter Clone is a web application created using Remix, EdgeDB, and UnoCSS. It aims to replicate the functionality of Twitter, providing users with features such as authentication, creating and liking posts, commenting on posts, user profiles, following other users, and more. The application also has upcoming features like editing profile and settings, reposting, bookmarks, threads, hashtags and mentions, search for posts and users, and dark mode. It leverages optimistic UI cache for faster loading and development.

Features

  • Authentication with GitHub
  • Creating posts
  • Post likes
  • Post comments
  • User profiles
  • Follow other users
  • Upcoming features: Edit profile and settings, reposting, bookmarks, threads, hashtags and mentions, search for posts and users, and dark mode
  • Optimistic UI cache for faster loading

Summary

The Twitter Clone is a web application built with Remix, EdgeDB, and UnoCSS. It aims to replicate the functionality of Twitter and provides features like authentication, posts, likes, comments, user profiles, and more. The application also has upcoming features planned for implementation. The installation process involves setting up EdgeDB, generating code, seeding the database, configuring GitHub OAuth, and starting the server. Overall, the Twitter Clone offers a comprehensive set of features for users to interact and engage with.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

remix
Remix

Remix is a modern JavaScript framework that focuses on building fast and performant web applications. It emphasizes a combination of server-rendered content and client-side interactivity, offering a robust architecture for creating scalable and maintainable projects.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

unocss
UnoCSS

UnoCSS is an instant, on-demand atomic CSS engine that generates utility classes at build time. It's highly customizable, extremely fast, and compatible with Tailwind CSS utilities while offering additional features like attributify mode and pure CSS icons.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.