Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeManager

HomeManager is fullstack app that shows Todos filtered by adequate tab (room), written in React with Typescript, NodeJS and connected to MongoDB.

Getting Started

Prerequisites

  • NodeJS
  • MongoDB

Installation

  • Clone the repo
git clone https://github.com/Chavoniasty/homeManager.git
  • Install all NPM packages
npm install
cd client
npm install
  • Running project
npm run dev
cd client 
npm run dev

Make sure that MongoDB connection address is correct in server configuration file (src/server.ts).

Usage

Mobile and desktop views

App allows user to:

  • Make new room (tab).
  • Display todos assigned to adequate room.
  • Mark todo as done/undone.
  • Delete todo invidually.
  • Delete all completed todos.

About

TypeScript CRUD app, similiar to todo list, that allows user to sort his task by rooms. MongoDB, ExpressJS, React, NodeJS and TailwindCSS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages