This repository represents the 3 month project for the Graphical User Interface(CST 238) class taught at the Oregon Institute of Technology by David Bishop, Stewart Taylor, Jacob Neal, and Christopher Daen.
Cross platform notecard making and studying application Study Smart aims at making studying and quizing yourself on any device easier. This cross plateform application works on iOS, Android and all major desktop platforms (Windows, OSX, Linux). Built entirely from scratch using C++ and the Qt framework. 🔥
The goal of this application is to help anyone see improvements in their ability to memorize whatever they need to and do better in school 📝 work 📊 or for whatever the future holds 🔮
Below is a little bit of what the proposed logo would look like. To get the full effect, it shows what the icon would look like on the app store, on the homescreen, and if it were going to be streched to several diffenent sizes (iPad resolution versus iPhone).
C++, Qt, QML, and Javascript
Wireframe of UI: As you can see above the UI for the app is going to be broken down into a couple of screens.
Far Left Screen | Middle Screen | Right Screen | Landscape Screen |
---|---|---|---|
The far left screen shows what the user would see when they first login. You can sort the note cards by Label, Front or Back. | The main screen is the one in the middle that allows the user to enter questions and answers for each notecard. | The far right screen shows an exmple of a note card that contains an image. | The sideways view at the bottom shows how the user can press if they got the card right or wrong. |
Here are some screenshots from the final project taken on a mac!
- Install Qt 5.6
- Open project
- Clean all, run qmake, build all, run.
#Contribution Guidelines Submission must comply with the Oregon Tech Coding Style Guide. See here under documents.
- Joseph Maurer
Credit for this idea goes to Ryan Williams! He had the idea of making a simple note card app. With his blessing I took on this as my project idea. Also credit needs to go to Ashley Wagner, Coryna Johnson, Eliza Henderson, Jared Smith and Steven Alspach for all of us brainstorming ideas for projects together in lab.
There are plenty of apps like this one avaible on the market. Similar apps include Study Blue and Quizlet. These apps aren't solely devoted to note card making, but do include this element.
#License The MIT License (MIT) Copyright (c) 2016 MaurerPower LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.