All Projects → pronouns → main

pronouns / main

Licence: other
Share your personal pronouns and stay updated on your friends' pronouns. Pronouny allows you to update your pronouns and send alerts to your friends.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to main

Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (+10.81%)
Mutual labels:  angularjs, expressjs
Books Management System
全JavaScript语言Web项目——图书管理系统
Stars: ✭ 107 (+189.19%)
Mutual labels:  angularjs, expressjs
Mean Stack Angular6 Crud Example
MEAN Stack Angular 6 CRUD Web Application
Stars: ✭ 69 (+86.49%)
Mutual labels:  angularjs, expressjs
Openjam
🎹 A blockchain-based collaborative ecosystem for all musical performers, professional, independant and amateur.
Stars: ✭ 13 (-64.86%)
Mutual labels:  social-network, expressjs
MEAN-stack-authentication
MEAN stack authentication boilerplate with Angular 5 and Angular Material
Stars: ✭ 29 (-21.62%)
Mutual labels:  expressjs, mean-stack
Mean Angular5 Passport Authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
Stars: ✭ 24 (-35.14%)
Mutual labels:  angularjs, expressjs
Mean Stack Angular5 Crud
MEAN Stack (Angular 5) CRUD Web Application Example
Stars: ✭ 107 (+189.19%)
Mutual labels:  angularjs, expressjs
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+3308.11%)
Mutual labels:  angularjs, expressjs
Angular2 Express Mongoose Gulp Node Typescript
AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
Stars: ✭ 201 (+443.24%)
Mutual labels:  angularjs, expressjs
Mean Blog
Blog using Nodejs, Expressjs, Angularjs and Mongodb. MEAN Javascript Fullstack application
Stars: ✭ 151 (+308.11%)
Mutual labels:  angularjs, expressjs
React Instagram Clone 2.0
A reactive Single-Page Instagram-Clone with some new features!! 💪📸👓
Stars: ✭ 756 (+1943.24%)
Mutual labels:  social-network, expressjs
atwork
An open-source social network for your workplace (Under development)
Stars: ✭ 40 (+8.11%)
Mutual labels:  social-network, mean-stack
mean-stack
MEAN stack Mongoose, Express, Angular6, Node
Stars: ✭ 22 (-40.54%)
Mutual labels:  expressjs, mean-stack
Checksheet Manager
Checksheet Manager for college checksheets. Created with AngularJS and Node/Express/MongoDB.
Stars: ✭ 31 (-16.22%)
Mutual labels:  angularjs, expressjs
express-mvc
A light-weight mvc pattern for express framework with minimum dependencies
Stars: ✭ 23 (-37.84%)
Mutual labels:  expressjs, mean-stack
Meanshop
🛒 Building an e-commerce application with the MEAN stack
Stars: ✭ 140 (+278.38%)
Mutual labels:  angularjs, expressjs
gender-render
Template-system and proof-of-concept for rendering gender-neutral text-, email- and RPG-text-templates with the correct pronouns of all people involved.
Stars: ✭ 21 (-43.24%)
Mutual labels:  gender, pronouns
popmovies-web
Starter project using nodejs expressjs and angular 2
Stars: ✭ 17 (-54.05%)
Mutual labels:  angularjs, expressjs
boomerang
Easy website for your GDG Chapter
Stars: ✭ 74 (+100%)
Mutual labels:  angularjs
fptu-app
FUHCM Universal Web App based on Node.js & React
Stars: ✭ 17 (-54.05%)
Mutual labels:  expressjs

pronouny

Build Status

Pronouny is an open source app for sharing identity information (name, pronouns, gendered nouns) with your friends (and maybe web services too). Think Gravatar, but for information which helps you talk about a person.

Login page

Landing page

pronoun page

Why?

The application was created to serve two main use cases. First, when meeting people for the first time online, it would be helpful to be able to look them up by email and figure out how you should refer to them in future correspondance. This extends to web services that want to personalize user experience. The second purpose is to allow people who change there pronouns or other information frequently, to ensure that their friends are up to date.

Prerequisites

$ npm install -g bower
$ gem install sass

Installation

$ git clone https://github.com/pronouns/main pronouns
$ cd pronouns
$ npm install

Running pronouny

After the install process is over, you'll be able to run pronouny:

$ npm start

pronouny should be running on port 3000 with the development environment configuration, so in your browser just go to http://localhost:3000

Tests

$ npm test

This will run both the server-side tests and the client-side tests.

License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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