noted (WIP title)
Clone and get up and running
What you need first
- Install Node.JS https://nodejs.org/en/
- Yarn.JS https://yarnpkg.com/en/docs/install
- Some terminal knowlege
Installation Clone the repo (or use Github Desktop)
$ git clone https://github.com/geooot/noted.git
Use a terminal and cd into the project folder
$ cd noted
Use yarn to install stuff
$ yarn install
Run tha app yo!
$ yarn start
Purpose
The primary purpose of noted is to help students with organizing their notes that are in the form of pictures. Often times, students choose to take pictures of their notes or lecture slides from class, with the intent of returning to them later for studying. However, given that these students tend to take many pictures, it can be difficult to find them at times. Noted allows users to add tags to their photos, such as what class or exam it’s for, and then automatically have their study materials filtered and sorted for greater efficiency.
Built With
- React Native - Web Framework
- Expo - Testing Toolkit
- Google Vision API - Text Detection in Images
Authors
- George Thayamkery - geooot
- Ansh Jain - Gamebot3
- Annie Paul - Anniep999
- Justin Liu - justinliu403
- Piyush Mewada - piyushmewada
Code of Conduct
Please read CODE_OF_CONDUCT.md for details on our code of conduct.
License
This project is licensed under the MIT license - see the License.md file for details