An Ai-Powered project management tool for solo developers.
- Although the magic login is working, "/project" is not a protected route.
- We are working in parallel on the api call to openai and returning better and better quality data, however this is not hooked up to the main application yet.
- Edits do not persist between refreshes.
- Magic link login (locally)
- Information rendered to page from example data
- Tasks and issues editing and checking (done)
In order to collaborate to this project, or code review, follow these steps:
Clone the repo
git clone https://github.com/fac27/AI-Kan
Install all dependencies
npm install
You can run the localserver in order to view the latest development version:
npm run dev
AI-Kan uses Cypress for testing during development. This is fully set up in the dependencies and tests will be run as part of a pre-push hook on Husky. Tests can also be run with the following script:
npm run cypress:run
Our wireframe can be seen here
Guidance on the naming conventions applied in this code base can be found here