This application provides a virtual whiteboard for users to track to-dos, inspirational quotes, general thoughts, and doodles
- Create an account
- Rename your whiteboard
- Update to-dos list
- Update inspirational quotes
- Update general thoughts
- Create a doodle
- Change marker color
- Update account information
- Delete account
To create your own whiteboard, access the live version of this application at firebaseapp.com
To test this application locally, first clone the master branch onto your machine and navigate into the directory. Then follow these steps:
- Navigate to backend folder with
cd virtual-board-backend
bundle install
rails db:create && rails db:migrate
- (Optional) Edit seeds file or use current information and run
rails db:seed
- Start local server with
rails s
- Navigate to frontend folder with
cd ../virtual-board-frontend
- Run
open app/index.html
to open and test the application in your browser
- JavaScript ES6
- Ruby on Rails
- Active Model Serializer
- Postgresql
- HTML5
- Vanilla CSS
View our video demo here