Smartnotes is a web app that aims to make writing complex notes easy.
- 🔍 Analyzes what you write and suggests symbols and formulas
- ✒ Exports to LaTeX
- 💾 Saves to the custom file format .note making it possible to open and continue writing at any time!
- 🎤 Listens to what you say, so that you don't even need to write!
The web app was hosted on AWS Amplify and implemented Continous Integration (CI) as well as Continous Delivery (CD).
- Install node
- Clone this repo
- Navigate to
<this repo>/SmartNotes
- Run
npm install
- Run
npm start
To run the tests, navigate to <this repo>/SmartNotes
and run npm test
. 3 test files will run with a total of 9 tests.