Keep your projects on track and teams organized using Snipyt. Easily and efficiently track the status of your teams, and collaborate with others from anywhere in real-time using this web-based app.
At the core of Snipyt is the "snippet", a brief status report that everyone in an organization shares with their manager on a weekly basis to summarize what they have been working on.
- Edit snippets and collaborate with other users in real-time (thanks to Firebase)
- Search for snippets and users (uses Elasticsearch)
- Create various visualizations of your organization and snippets (built with D3.js)
- Send an e-mail to the author of a snippet by double-clicking on a snippet
- Change user privileges and edit their profile information as an admin
- Access any snippet from previous weeks by toggling the week in the dashboard view
The website is deployed at http://www.snipyt.us. Access all features using these credentials:
username: [email protected]
password: 12345678
git clone
or download a zip to your computer to get started!
From the main directory of the repo,
$ cd snippets
and $ npm install
After npm installing, launch the application using
npm start
You can view the website locally by visiting localhost:1337
in your browser
Contact us if you have any suggestions or feedback!