alexisvisco / cannyx

An open source version of canny.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WIP

This project is in waiting progress. All the code may not work as you expect.

Canny in open source

This project want to be a lite clone of canny.io website version.

The website will be fully written in english with a lang.ts library at the packages/common/lang/en.ts directory location.

The stack of the project will be:

  • Typescript server with:
  • Typescript common library shared between the server and the client
  • Typescript react client
  • PostgresSQL database

What's canny

Canny is a product that: "Capture feedback in one organized place to inform your product decisions."

Their website: https://canny.io/

Running

git clone https://github.com/alexisvisco/cannyx.git
cd cannyx
make build (will run: yarn install and yarn build in each packages)

make start-server
make start-client

FeatureRequest

Coming soon

About

An open source version of canny.io


Languages

Language:TypeScript 86.4%Language:CSS 8.0%Language:HTML 4.7%Language:Makefile 1.0%