mateus-sartorio / dojo-helpdesk

Minimalist webapp to manage company tasks and announcements.

Home Page:https://dojo-helpdesk.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dojo Helpdesk

A minimalist app made to manage tasks (tickets) and publish anouncements of a company. A running build of the web app is hosted in here.

image

image

This is a Next.js project bootstrapped with create-next-app.

How to setup app locally

First, clone the repo locally, making sure to clone the submodule (backend):

git clone https://github.com/MateusSartorio/dojo-helpdesk.git --recurse-submodules

In the directory you cloned the repo, run:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the app by modifying the files inside app/ directory. The page auto-updates as you edit the file.

The application backend is hosted in here. If you prefer to run the backend locally, run npm start inside the dojo-helpdesk-backend directory, as follows:

cd dojo-helpdesk-backend
npm start

After that, change https://dojo-helpdesk-backend.onrender.com on the fetch calls to http://localhost:<port>, where <port> is the port where your json-server is listening on.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

About

Minimalist webapp to manage company tasks and announcements.

https://dojo-helpdesk.netlify.app/

License:GNU General Public License v3.0


Languages

Language:TypeScript 68.1%Language:CSS 25.5%Language:JavaScript 6.4%