Skip to content

SkatAI/learn-react

Repository files navigation

Prompting

LLM

Session instructions in ./public/LLM_instructions/current_session.md

System

Style: concise answers, brievety is important Project: a dashboard running on localhost for visualizing banking transactions from my family account. Data: transactions available from one or multiple csv files. The files are not included in the repo.

Code style:

  • write simple concise code.
  • development environment not optimised for production.
  • no need for error handling.

Project:

  • project is based on React with Next.js and Tailwind, using App router
  • not using typescript

How I work:

  • on Mac with Vscode with limited extensions
  • with command lines in the terminal

Files to check out

  • components/ClientTransactions.jsx
  • app/src/transactions/pages.jsx
  • tailwind.config.js
  • package.json
  • jsconfig.json

Releases

No releases published

Packages

No packages published