All Projects → ChrisZou → geekweibo

ChrisZou / geekweibo

Licence: MIT license
A twitter-like app where you can save and share short notes around programming. You can think of it as "twitter for programmers".

Programming Languages

ruby
36898 projects - #4 most used programming language
Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to geekweibo

Graphjs
A set of widgets for a meaningfully social web.
Stars: ✭ 212 (+324%)
Mutual labels:  social-network
Link Prediction
Representation learning for link prediction within social networks
Stars: ✭ 245 (+390%)
Mutual labels:  social-network
mobile-native
mirror of https://gitlab.com/minds/mobile-native
Stars: ✭ 80 (+60%)
Mutual labels:  social-network
Socialview
Android TextView and EditText with hashtag, mention, and hyperlink support
Stars: ✭ 217 (+334%)
Mutual labels:  social-network
Photos
[DEPRECATED] Encrypted, secure, decentralized personal data wallet -- technology behind textile.photos
Stars: ✭ 236 (+372%)
Mutual labels:  social-network
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+1192%)
Mutual labels:  social-network
Okuna Api
🤖 The Okuna Social Network API
Stars: ✭ 200 (+300%)
Mutual labels:  social-network
Bee-Connect
Ruby on Rails App. A good example of how to build social networking system with live chat support, blogging,groups etc.
Stars: ✭ 30 (-40%)
Mutual labels:  social-network
Pillar Valley
👾A cross-platform video game built with Expo, three.js, and Firebase! 🎮🕹
Stars: ✭ 242 (+384%)
Mutual labels:  social-network
Social-Network-Analysis-in-Python
Social Network Facebook Analysis (Python, Networkx)
Stars: ✭ 26 (-48%)
Mutual labels:  social-network
Brevidy
A video social network built with Ruby on Rails, HAML, Bootstrap, and jQuery.
Stars: ✭ 220 (+340%)
Mutual labels:  social-network
Maigret
OSINT username checker. Collect a dossier on a person by username from a huge number of sites.
Stars: ✭ 219 (+338%)
Mutual labels:  social-network
d3-force-graph
Force-directed graph using D3-force and WebGL, support massive data rendering and custom style.
Stars: ✭ 74 (+48%)
Mutual labels:  social-network
Django Social Network
Django based social network
Stars: ✭ 213 (+326%)
Mutual labels:  social-network
osint
Docker image for osint
Stars: ✭ 92 (+84%)
Mutual labels:  social-network
React Mini Social Network
A reactive mini-social-network created with React!! 😍🍻
Stars: ✭ 203 (+306%)
Mutual labels:  social-network
causefolio
For the community, by the community.
Stars: ✭ 44 (-12%)
Mutual labels:  social-network
geesome-node
🦈 Your self-hosted decentralized Messenger, Social network, Media file storage on top of IPFS! Freely communicate in encrypted chat groups, share images, video, text or any data without a risk of censorship or blocking.
Stars: ✭ 90 (+80%)
Mutual labels:  social-network
kiki
An experimental social network that works offline.
Stars: ✭ 44 (-12%)
Mutual labels:  social-network
aspnet-core-social-network
Social network based on ASP.NET Web API Core 2
Stars: ✭ 36 (-28%)
Mutual labels:  social-network

中文版

What's this?

This is a web app where you can quickly save and share short technical notes. You can think of this as "Twitter for programmers".

Why?

I've always wanted a place where I can quickly and conveniently save some short technical notes. But I haven't found one that suits my need. Twitter is nearest to what I want, but it doesn't support rendering markdown, so the experience is not ideal for viewing notes. Also, I haven't found a CLI tool for tweeting that I'm satisfied with, and I don't want to visit twitter.com every time just for sending a quick tweet. More on this here, it's in Chinese though.

Features

  • Github login
  • Managing tweets(sending, viewing, deleting)
  • Liking tweet
  • Commenting tweet
  • Notifications for tweet being liked, commented, etc.
  • Sharing tweet though generated tweet image, like the following

Language stack

  • Ruby on Rails

    • Ruby2.7.1,Rails 6.0.3.2
  • VueJS/AlphineJS

  • TailwindCSS

  • postgresql

  • ElasticSearch

How to run

  • git clone this_repo
  • bundle install
  • yarn install
  • rails db:create db:migrate
  • rails s
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].