Skip to content

rveljko/forward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

691 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Forward

A web-based SaaS for Issue Tracking & Project Management

Link for Live Demo

Preview of application

Table of Contents

Features

Creating New Issue

creating-new-issue.mp4

Issue Properties

issue-properties.mp4

List view and Kanban board

list-view-and-kanban-board.mp4

Filtering and Sorting

filtering-and-sorting.mp4

Creating New Draft

creating-new-draft.mp4

Draft Properties

draft-properties.mp4

Customizing Preferences

customizing-preferences.mp4

Tech Stack

This project is built with the following technologies:

  • Framework: React
  • Language: TypeScript
  • Build Tool: Vite
  • Styling: Tailwind CSS

Setup and Installation Instructions

Follow these steps to get the project running locally:

  1. Clone the repository:
    git clone https://github.com/rveljko/forward.git
  2. Navigate into the project directory:
    cd forward
  3. Navigate to the dashboard folder:
    cd dashboard
  4. Install dependencies:
    npm install
  5. Configure environment variable:
    • Create a .env file with the following variables (you can create a free PostHog account and get your key and host at PostHog Signup):
      VITE_PUBLIC_POSTHOG_KEY=
      VITE_PUBLIC_POSTHOG_HOST=
      
  6. Start the development server:
    npm run dev
  7. Open your browser and navigate to:
    http://localhost:5173
    

License

This project is licensed under the Apache License 2.0. See the LICENSE file for more details.