This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This project is developed for GoTo Mobility as a task.
GoTo-Do is developed using React on the front-end and NodeJS, MongoDB on the backend.
GoTo-Do performs CRUD operations with a filter option as Completed / Incomplete tasks.
It's secured with an authentication system.
Each User will have their own To-Do list.
It uses NodeJS as backend with MongoDB as database.
The Client side uses React with Bootstrap 4.
The UI is minimalistic and simple.
The backend is developed using NodeJS.
The Login credentials are saved in MongoDB.
Authentication system avoids multiple users with similar username .