Skip to content

Boby900/daily-list

Repository files navigation

My Awesome Project

this is a todo CRUD app where you can delete, update and add stuffs.

Link to project: https://handsome-slippers-pike.cyclic.app/

Screenshot (85)

How It's Made:

Tech used: HTML, CSS, JavaScript, MERN, Tailwind CSS.

I have used the MVC architecture for my application, used some CSS frameworks for the UI and added the authentication using the Passport.js

Lessons Learned:

I have really soldified my full-stack app building knowledge after this app and also learnt so much about the authentication.

Be sure to add that lovely star 😀 and fork it for your own copy

Packages/Dependencies used

bcrypt, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator


Install all the dependencies or node packages used for development via Terminal

npm install


Things to add

  • Create a .env file and add the following as key: value
    • PORT: 2121 (can be any port example: 3000)
    • DB_STRING: your database URI

Have fun testing and improving it! 😎

Examples:

Take a look at these couple examples that I have in my own portfolio:

Weather App: https://github.com/Boby900/weather-app

Super Hero App: https://github.com/Boby900/Super-Hero

Fighting Game: https://github.com/Boby900/Fighting-Game