Skip to content

PabloPicas0/Any-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Any-Task

About

Any-Task is fullstack app that let's user track his current task. In addition you can create and share a room whith others in task completion.

Features

  • create or join task room
  • add, edit and delete task
  • add room permissions
  • mark the task as completed or delete them

Stack

  • Mongo DB
  • Express
  • React
  • TypeScript
  • Material UI

Installation

# Clone the repo
git clone https://github.com/PabloPicas0/Any-Task.git

# Install client dependencies
cd Any-Task/client
npm install

# Install server dependencies
cd Any-Task/server
npm install

# Start development server
cd Any-Task/client
npm run dev

The app should be running at: http://localhost:3000

Connect to Database

To make app working locally you want to connect to your MangoDB or other database

Releases

No releases published

Packages

No packages published

Languages