DEV Community

Cover image for Todo Application - An Open Source and Easy to Use Web Application
Stanley Owen
Stanley Owen

Posted on • Updated on

Todo Application - An Open Source and Easy to Use Web Application

Organizing Easier, Improve Your Productivity

Todo Application

Todo Application is an open source project distributed under MIT License which is easy to use and easy to organize!

Todo Application is built using MERN Stack:

  1. MongoDB
  2. Express JS
  3. React JS
  4. Node JS

GitHub logo stanleyowen / otlio

An open source project of Todo which is easy to use and easy to organize!

🚀 Otlio - A Powerful Todo List

Otlio

Version GitHub Forks Github Stars MIT License

CodeQL Semgrep Netlify Status

Otlio is an open source project of web app built with MERN Stack (MongoDB, Express, React, Node JS).

If you find this project useful, leave a 🌟 to keep a beginner motivated. 😊

Feature

  1. Support for Google and GitHub OAuth 🚀 Login
  2. Support for 2FA (Two Factor Authentication) 🔑
  3. Support for Drag and Drop Feature
  4. Heavy focus on security 🔐
  5. Customer Support 🙌
  6. Available in Dark Mode 🌓

Getting Started

  1. Download this code There are some several quick start options available
  2. Install All the Dependencies
    • Open your terminal
    • Change directory cd to both client and server folder
    • Type npm install in command line
  3. Create .env file in server directory: .env is used to store keys, secrets, and other sensitive informations which is not pushed to GitHub

GitHub Code: https://github.com/stanleyowen/todo-application
Website: https://todoapp-task.netlify.app/

If you like this project, be sure to drop a star on GitHub 🌟!

Happy coding! ❤️

Top comments (2)

Collapse
 
robotcherries profile image
RobotCherries

It's not working when I try to create and account.

Collapse
 
stanleyowen profile image
Stanley Owen

Hii RobotCherries 👋🏻. May I ask do you run it on your local machine or through todoapp-task.netlify.app? If there is an error message, can you display it?

If you run it locally, don't forget to read the guide here.
But if you run it through todoapp-task.netlify.app it may took a second to register as a new user (maybe internet connection).

Let me know if that does not get things working for you.