All Projects → yTakkar → Facemash

yTakkar / Facemash

Licence: mit
A React app to vote 👍👎!!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Facemash

Im
Code for Influence Maximization Problem
Stars: ✭ 18 (-71.87%)
Mutual labels:  social-network
Happysocialmedia
Microservices Social Media / Network / Chatt, with .net core 2.2, Docker, Implement with Domain Driven Design with all best practices design and architetural patterns as DDD, CrossCutting IoC, SOLID, etc
Stars: ✭ 28 (-56.25%)
Mutual labels:  social-network
Friend.ly
A social media platform with a friend recommendation engine based on personality trait extraction
Stars: ✭ 41 (-35.94%)
Mutual labels:  social-network
Openvk
Almost free as in freedom VK-styled social network.
Stars: ✭ 27 (-57.81%)
Mutual labels:  social-network
Openjam
🎹 A blockchain-based collaborative ecosystem for all musical performers, professional, independant and amateur.
Stars: ✭ 13 (-79.69%)
Mutual labels:  social-network
Recyclomedia
Recyclomedia is a digital platform that aims to save the planet from pollution which is the major threat to the functioning of earth.
Stars: ✭ 32 (-50%)
Mutual labels:  social-network
Opensourcewebsite Org
OpenSourceWebsite (OSW) - online community managed by users using electronic voting and modifying source code
Stars: ✭ 834 (+1203.13%)
Mutual labels:  social-network
Strimoid
Source code of Strm
Stars: ✭ 57 (-10.94%)
Mutual labels:  social-network
Orion
🚀 "Orion" is generic fediverse microblogging application for Desktop.
Stars: ✭ 14 (-78.12%)
Mutual labels:  social-network
Whatsup
**Deprecated** Real time chat app written in Swift 4 using Firebase and OTP Authentication
Stars: ✭ 39 (-39.06%)
Mutual labels:  social-network
Social ids
Get user ids from social network handlers
Stars: ✭ 9 (-85.94%)
Mutual labels:  social-network
Known
A social publishing platform.
Stars: ✭ 862 (+1246.88%)
Mutual labels:  social-network
Hunter
A Elixir client for Mastodon, a GNU Social compatible micro-blogging service
Stars: ✭ 32 (-50%)
Mutual labels:  social-network
Ultimate Metatags
A large snippet for your page's <head> that includes all the meta tags you'll need for OPTIMAL sharing and SEO. Extensive work has been put into ensuring you have the optimal images for the most important social media platforms.
Stars: ✭ 24 (-62.5%)
Mutual labels:  social-network
Share Backported
Extension to get back the Firefox Share modal
Stars: ✭ 47 (-26.56%)
Mutual labels:  social-network
Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (+1298.44%)
Mutual labels:  social-network
Mangosta Ios
MongooseIM client for iOS
Stars: ✭ 28 (-56.25%)
Mutual labels:  social-network
Dfw1n Osint
Australian Open Source Intelligence Gathering Resources, Australias Largest Open Source Intelligence Repository for Cyber Professionals and Ethical Hackers
Stars: ✭ 63 (-1.56%)
Mutual labels:  social-network
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+1573.44%)
Mutual labels:  social-network
Social Post Bundle
Symfony bundle to publish status updates on Facebook, LinkedIn and Twitter.
Stars: ✭ 35 (-45.31%)
Mutual labels:  social-network

Facemash

A web-app created with React to vote for your favorite users. Screenshots below!!

No longer maintained.

Quick liks

  1. Screenshots
  2. Own the project

Screenshots

alt text alt text alt text alt text alt text

UI is taken from Instagam-clone I created!!

Own the project

  1. First install all dependencies:

    # with npm
    npm install
    
    # or with yarn
    yarn
    
  2. Open PHPMyAdmin, create a DB & import facemash.sql file.

  3. Create a .env file and insert the following code. Replace values with yours!!

    PORT=YOUR_PORT
    MYSQL_HOST="host"
    MYSQL_USER="user"
    MYSQL_PASSWORD="password"
    MYSQL_DATABASE="db"
    MAIL="[email protected]"
    MAIL_PASSWORD="gmail-password"
    SESSION_SECRET_LETTER="anything-secret"
    
  4. Start the server

    npm start
    
  5. Now run the app

    localhost:[PORT]     PORT = YOU DEFINED IN .ENV FILE. 4111 BY DEFAULT!!
    
  6. Enjoy!!

Contribute

Show your support by 🌟 the project!!

Feel free to contribute!!

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].