HomeManager is fullstack app that shows Todos filtered by adequate tab (room), written in React with Typescript, NodeJS and connected to MongoDB.
- NodeJS
- MongoDB
- 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 devMake sure that MongoDB connection address is correct in server configuration file (src/server.ts).
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.
