TaskTonic is a Dynamic Web Application where users effortlessly craft personal to-do lists for efficient task management. In addition to default task lists centered around server and database management, users enjoy the flexibility to create customized lists tailored to their specific requirements. The platform boasts a feature-rich front end, offering a plethora of customizable elements to enhance user engagement and maintain an interesting user experience. TaskTonic seamlessly combines practicality with creativity, providing a versatile solution for effective task management across diverse domains.
- β User Authentication System - Mongoose ODM
- β User Account Encryption - BCrypt & Mongoose
- β MVC Structured Business Logic - Express.js
- β Dynamic Rendering (SSR) - Express.js & EJS
- β Implemented Server Sessions - Express.js
- β Interactive UI Elements - JavaScript & CSS
βοΈ FRONT-END TECHNOLOGIES | π€ BACK-END TECHNOLOGIES | ποΈ DATABASE & LIBRARIES | π HOSTING |
---|---|---|---|
π» PLATFORM | βοΈ EDITORS |
---|---|
-
- Click the green <> Code button.
- Download the zip folder locally.
- Unzip the folder to find the project.
- Or, you can clone the repo instead.
- Or, you can fork the repo first.
git clone https://github.com/RyxnDmello/WebApp-NodeJs-03.git
-
- Install the latest Node.js version.
- NPM should be installed with Node.
- Open the project in your preferred IDE.
- Open the terminal at the project location.
-
- Install all dependencies mentioned below.
- Install Nodemon globally for development.
- Nodemon is only required for development.
npm install
npm install nodemon -g
-
- First, we must start the node server.
- We can use node to preview the app.
- Or, We can use nodemon for development.
- Finally, enter the URL in the address bar.
node app.js
nodemon app.js
localhost:1000/