Notia
Notia is a markdown note taking app.
Try it out or you can see the code here.
Users can write their notes using markdown, which will be automatically styled when they view the note back. All notes all stored in the browsers local storage so they can persist.
Features:
- Write notes in Markdown (CommonMark)
- Sort your notes by date and search
- Uses browsers local storage API
What I used to build this
- Framework: React
- Routing: React Router
- Styling: Tailwind
- Deployment: Netlify