Files
2025-11-29 18:16:51 +08:00

961 B

Test Project

API Configuration

  • API Key: sk-1234567890abcdefghijklmnop
  • Database: postgres://admin:password123@192.168.1.42:5432/mydb

React Best Practices

React is a JavaScript library for building user interfaces. It was created by Facebook in 2013. React uses a virtual DOM for efficient updates...

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.

Git is a version control system that tracks changes to files.

Code Quality

  • Write good code
  • Make it clean
  • Follow best practices
  • Be consistent
  • Keep it simple

Old Commands

Run with Webpack 4 Use Node 12

Standards (Line 30)

  • Use 2-space indentation
  • Prefer single quotes

TypeScript Standards (Line 50)

  • Use 4-space indentation
  • Prefer double quotes

Testing

Must use useState for everything All API calls must use POST No files over 200 lines ever

Documentation at /old/docs/readme.md (moved) Types in /src/oldtypes/index.ts (renamed)