Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soonoosoon/twitter-like
Twitter Clone with Vue 3 + Pinia + Vite + TailwindCSS + Supabase
https://github.com/soonoosoon/twitter-like
pinia supabase supabase-auth supabase-client supabase-js supabase-storage tailwindcss vite vue vue-router4 vue3
Last synced: 3 months ago
JSON representation
Twitter Clone with Vue 3 + Pinia + Vite + TailwindCSS + Supabase
- Host: GitHub
- URL: https://github.com/soonoosoon/twitter-like
- Owner: soonoosoon
- Created: 2022-07-05T07:55:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T13:48:30.000Z (over 2 years ago)
- Last Synced: 2024-10-12T02:40:58.563Z (4 months ago)
- Topics: pinia, supabase, supabase-auth, supabase-client, supabase-js, supabase-storage, tailwindcss, vite, vue, vue-router4, vue3
- Language: Vue
- Homepage: https://twitter-like-jet.vercel.app
- Size: 7.97 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preview ✨
## Landing
![preview](.github/assets/screenshot1.jpg)## Login
![preview](.github/assets/screenshot2.jpg)## Home
![preview](.github/assets/screenshot3.jpg)## Profile
![preview](.github/assets/screenshot4.jpg)## Publisher
![preview](.github/assets/screenshot5.jpg)## Timeline
![preview](.github/assets/screenshot6.jpg)## Resize
![preview](.github/assets/screenshot7.jpg)# Vercel ✨
You can visit vercel link [here](https://twitter-like-jet.vercel.app) with the following email and password| email | pwd |
| ------ | ------ |
| [email protected] | nayuta |# Features ✨
> NOTE: Just implement main features of Twitter
- Database with [Supabase](https://github.com/supabase)
- Hot Module Replacement with [Vite](https://vitejs.dev/)
- CSS framework with [TailwindCSS](http://tailwindcs.com/)
- Next generation state management for Vue with [Pinia](https://pinia.vuejs.org/)
- Authentication using email and magic link provided by Supabase
- One email one account
- List Tweets feed by timeline
- Publish Tweets with images
- Upload images to Supabase Buckets
- Like Tweets
- Retweets
- Reply to Tweets
- See Liked Tweets List
- See Retweets Tweets List
- See Tweets List with Media# Tech ✨
- [Supabase](https://github.com/supabase)
- [PostgreSQL](https://www.postgresql.org/)
- [Vue](https://v3.vuejs.org/)
- [Vite](https://vitejs.dev/)
- [Pinia](https://pinia.vuejs.org/)
- [Vue Router 4](https://next.router.vuejs.org)
- [TailwindCSS](http://tailwindcs.com/)# Improvements ✨
- [ ] Switch night & light mode
- [ ] Like effect
- [ ] Multiple Images Tweets
- [ ] Follow users
- [ ] Modify profile
- [ ] Notifications
- [ ] Trending# Disclaimer ✨
Twitter-like is just created for educational purposes only.