A web-based SaaS for Issue Tracking & Project Management
Link for Live Demo
creating-new-issue.mp4
issue-properties.mp4
list-view-and-kanban-board.mp4
filtering-and-sorting.mp4
creating-new-draft.mp4
draft-properties.mp4
customizing-preferences.mp4
This project is built with the following technologies:
- Framework: React
- Language: TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
Follow these steps to get the project running locally:
- Clone the repository:
git clone https://github.com/rveljko/forward.git
- Navigate into the project directory:
cd forward - Install dependencies:
npm install
- Configure environment variable:
- Create a
.envfile 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=
- Create a
- Start the development server:
npm run dev
- Open your browser and navigate to:
http://localhost:5173
This project is licensed under the Apache License 2.0. See the LICENSE file for more details.
