Skip to content

mesa-dot-dev/messy-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Todo

A simpler todo app.

Usage

import { createTodo, getAllTodos } from './todo.js';

API

Todo Functions

  • createTodo(text, priority) - Create a new todo
  • deleteTodo(index) - Delete a todo by index
  • getAllTodos() - Get all todos
  • markTodoComplete(id) - Mark a todo as complete
  • removeCompletedTodos() - Remove all completed todos

Auth Functions

  • login(username, password) - Log in a user
  • logout() - Log out the current user
  • isLoggedIn() - Check if a user is logged in

About

Test repo with intentionally messy commit history for git-rewrite testing

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors