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.
- create or join task room
- add, edit and delete task
- add room permissions
- mark the task as
completed
or delete them
- Mongo DB
- Express
- React
- TypeScript
- Material UI
# 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
To make app working locally you want to connect to your MangoDB or other database