## Overview Lyst is a full-stack multi to do list application built in React, Redux, Node.js/Express, and Mongoose. The app features priority and due date settings, filter options, check/uncheck list item options, adding/deleting lists and items, and clearing completed items of a given list.
Click here for a demo.
• The front end of the app is built in React and Redux, using LESS as a CSS extension language, and webpack as a module bundler.
• The back end is built in Node.js/Express, and uses MongoDB as a database with Mongoose.
• Passport is used for Facebook authentication.
• Travis CI is used for distributed continuous integration.
Future developments of the app will include:
• Backend built in Node.js and Express
• Database built in MongoDB and Mongoose
• User authentication using Passport
• Ability to create multiple lists and navigate between lists
• Ability to star items and view all starred items
• Send email or text reminders on upcoming due items
• Ability to share lists on Facebook
• Sync to do list items with Google Calendar and iCal