Inspiration

I took inspiration from google keep notes application and wanted to build my own.

What it does

User can add their notes in an easy user friendly way and can access the organized notes later. • Implemented Speech To Text translation feature, with interactive tools. • Enabled CRUD operations for managing stored notes in the Database with an interactive UI. • Implemented JWT Authentication and Authorization to prevent illegal modifications. • Added Global Notes feature where all user can share their notes publicaly.

How we built it

I have build it using MERN stack framework along with Material UI.

Challenges we ran into

In my authentication I have used bcrypt.js library to store and compare passwords hash, but the hash wasn't matching. Then I found that actually we have to pass actual password for comparison not the hash, Then it ran successfully.

Accomplishments that we're proud of

I am proud of integrating voice to text feature in my project

What we learned

I learned the working of MERN stack and also JWT authentication in the project.

What's next for iNotebook

I wanted to integrate the blog application to it to make it more useful, as user can broadcast their notes as blogs in public.

Share this project:

Updates