Brainstorming web app where users can create boards and invite collaborators to elevate their brainstorm.
Features:
- Swift and secure log in with Gmail or Facebook.
- Make private boards.
- Ability to comment on ideas.
- Create timed sessions with any board you've made.
- Real-time chat with collaborators who have joined your board.
- Invite friends to your board via email in the app.
- Product Owner: Kevin Chen
- Scrum Master: Frances Swiecki-Bernhardt
- Development Team Members: Sara Gee, David Nguyen
- Fork and clone repo.
- Install dependencies.
- Run
npm start
to start the server. - Navigate to localhost:3000.
- Node 4.1.1
- React 15.0.2
- Redux 3.1.4
- RethinkDB 2.3.1
$ npm install
$ npm start
View the project roadmap here
- For client-side testing, run
npm testFront
- For server-side testing, run
npm testBack
See CONTRIBUTING.md for contribution guidelines.