An open API service indexing awesome lists of open source software.

https://github.com/edde746/twitter-clone

Twitter clone built with SvelteKit & Redis
https://github.com/edde746/twitter-clone

redis redis-om sveltekit tailwindcss twitter-clone

Last synced: 2 months ago
JSON representation

Twitter clone built with SvelteKit & Redis

Awesome Lists containing this project

README

          

# twitter-clone

Simple twitter clone built with SvelteKit and Redis.

## Live Preview

https://twce746.herokuapp.com/

## Missing Features

* Replies
* Notifications
* Caching
* Cache trends to improve performance

## Developing

To run a local instance of this project:

```bash
git clone https://github.com/edde746/twitter-clone.git
cd twitter-clone
npm install
npm run dev -- --open
```

To run local redis instance:

```bash
git clone https://github.com/redis/redis-om-node.git
cd redis-om-node/docker
docker compose up
```