Developed a web application that allows users to create and manage personalized lists by adding items.
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server - Now you can visit
localhost:4000from your browser. - Click on -> Make a new list!
- Use the form to set a list name and add items to your list!
- Create, delete, and update to-do lists
- Search bar
- User and email authentication
- Lists are private if created with an account
- Mark item complete
- Toggle between complete and incomplete items
- Pin items to favorites
- Re-arranging order of items
- Sharing private lists with other users
- Set-up swoosh mailing
- Mobile nav
- Add links for newly created lists under new-list form
- Add tags to lists that users could use for search