Skip to content

ShreyaSev/MERN-App-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice Enabled Todo App using MERN Stack

This is a simple MERN Stack application for a Todo List App.
Backend: Express, Node, MongoDB
Frontend: ReactJS, CSS

Features:

  • Add tasks to the list through text or voice by clicking on the mic icon. Voice input is handled using the Webkit Speech Recognition API.
  • Edit tasks by double clicking on the task. Updates are saved to the MongoDB database via put requests handled by the Express server.
  • Delete tasks by clicking on the trashcan icon. The tasks are deleted from the database through delete requests handled by the Express server.

Here's a glimpse of the application: screenshot of frontend

Further improvements:

  • User authentication using Express middleware and MongoDB user database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published