Study Buddy, a note taking app from a student for students.
-
User can write notes on a document and change the styling of the text as the wish, and persist the changes.
-
User can create new categories from their documents to be listed under
-
User can add elements such as videos and images to the documents.
-
User can create a graph with a given equation and save that graph as an image to later add to their document.
-
User can create a notecard to study from
- React
- Ruby
- Rails API utilizing Active Model Serializers
- Sqlite3 Database using ActiveRecord
- Math.js library
- react-Plot.ly.js
- React-Quill
- React Route
- ReactJS-Popup
- React-Confirm-Alert
- Redux
https://github.com/bryanteng/study_buddy_backend
- Run
bundle install
- Run
rake db:migrate
-
- Optional - Run
rake db:seed
to see dummy files
- Optional - Run
- Run
rails s
- Run
npm install
- Run
npm start
- Bryan Teng
- Big thank you to Tony Lam & Eric Kim