To-Do-List
To-Do List CRUD Application made with MVC architecture.
Tech Stack:
HTML
CSS
JavaScript
TypeScript
Tailwind
Express
EJS
MongoDB
Steps to get started
- Install project dependencies by running
npm installin the CLI - type
npm run devin the CLI to initiate the express server that will be watched by Nodemon - Open your browser and navigate to
localhost:8000 - Type npm run build-css to initiate the TailwindCSS compiler to watch for changes
- If the styling of the page on
localhost:8000is messed up try hittingCTRL + Sin the index.ejs file to automatically run the Tailwind compiler, refresh your browser and the styles should be normal.
