GithubHelp home page GithubHelp logo

noah-frank / private-to-do-list Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.62 MB

A to do list website to manage your daily tasks

Home Page: http://private-to-do-list.onrender.com/

JavaScript 66.76% SCSS 15.48% EJS 14.48% CSS 3.29%

private-to-do-list's Introduction

Private todo list

This project is a personal learning initiative focused on understanding the basics of web development. It includes practical implementations of user authentication and task management to provide a hands-on experience with essential web technologies. Tailored as a self-guided exploration, this project documents my progress and serves as a reference for fundamental concepts in building and deploying web applications. It is designed for personal use, to track learning milestones and challenges encountered along the way.

Features

  • Task and users are stored in the database
  • Authentification for all users
  • Users can view, create, update, delete tasks
  • Authorization: Users can only manage their own tasks

Run Locally

To set up this learning project on your local machine, you'll need Node.js and MongoDB. Follow these steps:

  1. Clone the project
  git clone https://github.com/noah-frank/private-to-do-list.git
  1. Go to the project directory
  cd private-to-do-list
  1. Install dependencies
  npm install
  1. Configure MongoDB:

    Make sure MongoDB is running on your system. Set up your MongoDB URI in the project’s .env file to connect to your database.

  2. Start the server

  npm run start

Running Tests

To run tests, run the following command

  npm run test

Screenshots

homepage

task

edit-tasks

Clean code

  • proper an consistent naming conventions
  • self-documenting
  • DRY
  • intention revealing variable and function names
  • no dead code
  • seperation of concern and good structure
  • simplicity
  • using tools like eslint to find problematic code formatting

private-to-do-list's People

Contributors

noah-frank avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.