Giter VIP home page Giter VIP logo

selfwork's Introduction

A project management system for small teams and freelancers. Organize your projects and members in different workspaces you create.

Tech Stack

Front-end

Back-end

Features

  • CRUD functionality for projects, clients, sections, tasks, and workspaces.
  • Manage multiple workspaces that contain different projects, members, and tasks.
  • Invite members to your workspace.
  • View your project's tasks in different views such as:
    • List
    • Board (Kanban)
  • Use intigrated Excalidraw to create whiteboards in the sketch view.
  • Allows you to log in and register using Google.

Local Setup

# Install project dependencies.
npm install
# Copies .env.example file to a new .env file.
cp .env.example .env   
# Make sure you have Docker Desktop installed for this step.
# In a separate terminal, create a docker container for database.
docker compose up
# Updates database with schema.
npx prisma migrate dev --name init
# Initializes database sample data.
npm run seed              
# Starts the project's development server.
npm run dev                               

Showcase

Creating project

Photos

Board view of tasks

board-tasks

List view of tasks

list-tasks

Excalidraw

sketch-example

Adding New Client

clients-new

Clients Page

no-clients

New Project Form

project-new

selfwork's People

Contributors

jacobrdz77 avatar

Stargazers

 avatar  avatar  avatar jakubkovac avatar Abdullah Al Siam avatar Jonny Axelsson avatar Michael Ogunjimi avatar  avatar Tarun Kumar avatar  avatar Semih K. avatar Jin Yao avatar Jefferson Martines avatar Jarrian Gojar avatar ELHADADJI Otmane avatar  avatar Lhoussaine Ghallou avatar  avatar

Watchers

 avatar

selfwork's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.