An open API service indexing awesome lists of open source software.

https://github.com/ajsalemo/angularuniversalssr

A todo application using Angular Universal, Angular Material, Tailwind, Sequelize and Postgres along with Authentication.
https://github.com/ajsalemo/angularuniversalssr

angular angular-material angular-universal azure database date-fns javascript material node orm postgres postgresql scss sequelize spa ssr tailwind typescript

Last synced: 3 months ago
JSON representation

A todo application using Angular Universal, Angular Material, Tailwind, Sequelize and Postgres along with Authentication.

Awesome Lists containing this project

README

          

# AngularUniversalSSR

A To Do application using [Angular Universal](https://angular.io/guide/universal#:~:text=This%20guide%20describes%20Angular%20Universal%2C%20a%20technology%20that,pages%20that%20later%20get%20bootstrapped%20on%20the%20client.), [Angular Material](https://material.angular.io/), [Tailwind](https://tailwindcss.com/), [Sequelize](https://sequelize.org/) and [Azure Database for Postgres](https://docs.microsoft.com/en-us/azure/postgresql/overview) along with [Auth0](https://auth0.com/) for Authentication.

Some functionality includes:
- Mark a todo as important
- Mark a todo as completed
- Create or delete a todo
- Set a due date, with presets to 'today' or 'tomorrow' - including an option to manually set a date
- Choose from different Theme colors or images
- A suggestions pane for pending todos
- Functionality to filter todos based on importance, completed status or overall todos

This project can be ran containerized with Docker in a deployed environment or on your local machine. If cloning and running locally or deploying this - make sure to add the needed environment variables for this to run properly.

![Imgur](https://imgur.com/uOSjUuD.png)

![Imgur](https://imgur.com/aN7CtJt.png)

![Imgur](https://imgur.com/V0YNMOl.png)