FrugalSheets is a web application inspired by Google Sheets build using Ruby on Rails and React/Redux. By the end of Week 9, this app will, at a minimum, satisfy the following criteria with smooth, bug-free navigation, adequate seed data and sufficient CSS styling:
- Hosting on Heroku
- New account creation, login, and guest/demo login
- Documents
- Multiple Sheets per Document
- Charts
- Formulas
- Rich Text Editing
- Production README sample
Objective: Functioning rails project with front-end Authentication
Objective: Documents can be created, viewed, edited, and destroyed through the API.
Objective: Documents loaded from the API can be edited with a Spreadsheet Component
Objective: User can create many different sheets that retain their own information in charts.
Objective: Allow selected range to be used for executing formulas
Objective: Cells in sheets can contain Rich Text
- Resizing Rows/Columns
- Track changes by author