Skip to content

Unlistr is a simple and efficient todo list application built with Node.js and Express. It helps you manage your tasks and stay organized.

Notifications You must be signed in to change notification settings

iSanjayAchar/unlistr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unlistr: The only todo app you need

Unlistr is a simple and efficient todo list application built with Node.js and Express. It helps you manage your tasks and stay organized.

Unlistr. - Your tasks, your way. Open-source to-do. | Product Hunt

Features:

  1. User management (Register, Login)
  2. Tasks management (Create, List, Edit, Delete)
  3. Filter (In UI based on status (Todo, In Progress, Done)

Stack:

  1. React
  2. NodeJS (CommonJS)
  3. PouchDB (file-based database)
  4. Express

Installation

# Clone the project
https://github.com/iSanjayAchar/unlistr.git

# Install dependencies
npm install

# Install client dependencies
npm --prefix "client" install

# Create .env file in root with below value
PORT=3001 # port of your choice
JWT_SECRET=secretOrPrivateKey # Random combination of ascii characters

# Build react project
npm run build:ui 

# Start the server
npm start

Screenshots

Landing Landing Register Register/Login Todo Form Todo Form List of tasks List of tasks Filtered tasks Filtered tasks Empty filter Empty filter

About

Unlistr is a simple and efficient todo list application built with Node.js and Express. It helps you manage your tasks and stay organized.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published