/multi-task-manager

Simple multi task manager webapp

Primary LanguageJavaScript

Project

Simple webapp that demonstrantes multi project management.

Framework & Libs

  • Fastify framework to create API backend.
  • ReactJS to create all the UI components.

Installation

$ npm install

Running the server

# development
$ npm run start:dev

#production
$ npm start

Running the UI

# watch mode
$ npm run start:ui

# build for production
$ npm run build:ui

Test

# unit tests
$ npm run test

Access the application

There are two users that you can use to access the application:

Email Password
johndoe@gmail.com 12345
alice.smith@aol.com 12345

Screens

Login

login

User Register

login

Projects Panel

login