An open API service indexing awesome lists of open source software.

https://github.com/keuller/multi-task-manager

Simple multi task manager webapp
https://github.com/keuller/multi-task-manager

Last synced: 3 months ago
JSON representation

Simple multi task manager webapp

Awesome Lists containing this project

README

        

## Project

Simple webapp that demonstrantes multi project management.

## Framework & Libs

* [Fastify](https://www.fastify.io/) framework to create API backend.
* [ReactJS](https://reactjs.org/) to create all the UI components.

## Installation

```bash
$ npm install
```

## Running the server

```bash
# development
$ npm run start:dev

#production
$ npm start
```

## Running the UI

```bash
# watch mode
$ npm run start:ui

# build for production
$ npm run build:ui
```

## Test

```bash
# unit tests
$ npm run test

```

## Access the application

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

| Email | Password |
|-------|----------|
| [email protected] | 12345 |
| [email protected] | 12345 |

## Screens

### Login

![login](https://github.com/keuller/multi-task-manager/blob/main/docs/multi-task-login.png?raw=true)

### User Register

![login](https://github.com/keuller/multi-task-manager/blob/main/docs/multi-task-register.png?raw=true)

### Projects Panel

![login](https://github.com/keuller/multi-task-manager/blob/main/docs/multi-task-projects.png?raw=true)