Template-based Note taker oriented towards easy collaboration between students-to-students and students-to-teachers.
Try it for yourself: https://lemniscate-psi.vercel.app/
Although the account system does not work and some incomplete areas, the main thing is the saving feature ( which can be accessed again if you save the link ), when making notes. There is currently only one template:
- The Cornell Notetaking method, but additional ones are expected to be added soon.
- "Fetch": Fetchs the latest saved data from the database, it does not auto-generate due to call-limits to the firestore api.
- "+": adds a clean set of template to be written for the next topic/day. It has a separate saving button than the rest, so make sure to click the right one when you are to save.
- Convenience: Delete Buttons; Different ways to sort the notes ( lexiographically ); Make the Front-end more appealing.
- More note-taking templates and features ( Possibility making your own template ).
- User Authentication System, adding a quick-way to access all your previous notes.
- Add Mark-up to the notes to make them prettier.
- Export the notes somehow.
- Changing the Database since the 70k api calls for firestore is bad.