A full stack web application that is a Task Manager, which allows users to create, read, update, and delete tasks
CSC 3221 Netcentric Collaborators and their GitHub ID: Tracy Mai - tracyymaii, Minnie Cao - MinnieMwooh, Kamile Vaicekonis - kamile-v
Requirements:
- Create a full stack web application that is a Task Manager.
- Only the front end, only use HTML, CSS, and JavaScript. Do not use any frameworks. Do not use any other libraries other than the HTTP Library you created for the first project.
- On the back end, use only Node.js and the Express and Mongoose modules. Use the MongoDB Atlas as the Database server.
- The application must be able to Create, Read, Update, and Delete tasks. If a task has been completed, strike it out.
- Store the tasks in documents in the MongoDB Atlas database server.
To meet expectations, your system must:
Run without throwing any unhandled errors. Use the required technology to implement all required functionality. Contain no blocking code. Include a UI that supports the basic functionality required.
To exceed expectations, your system must:
Meet expectations. Include full error management. Implement an intuitive UI that demonstrates a good design that is intuitive and efficient to use.