this is a todo CRUD app where you can delete, update and add stuffs.
Link to project: https://handsome-slippers-pike.cyclic.app/
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
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
bcrypt, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator
npm install
- Create a
.env
file and add the following askey: value
- PORT: 2121 (can be any port example: 3000)
- DB_STRING:
your database URI
Have fun testing and improving it! 😎
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