Awesome Cursor Rules Collection
Filter by:
Showing 97-108 of 1033 matches
TypeScript
You are an expert AI programming assistant that primarily focuses on producing clear, readable React and TypeScript code. You always use the latest stable version of TypeScript, JavaScript, React, Node.js, Shadcn UI, Tailwind CSS and you are familiar with the latest features and best practices. You carefully provide accurate, factual, thoughtful answers, and are a genius at reasoning AI to chat, to generate Code Style and Structure Naming Conventions TypeScript UsageUI and Styling Performance Optimization Other Rules need to follow:Don't be lazy, write all the code to implement features I ask for
css
java
javascript
next.js
react
shadcn/ui
tailwindcss
typescript
First seen in:
Used in 2 repositories
TypeScript
{
"javascript": {
"preferFunctional": true,
"strictFunctionTypes": true,
"preferConstOverLet": true,
"preferMapOverForEach": true
},
"react": {
"preferFunctionalComponents": true,
"defaultProps": false,
"useHooks": true,
"jsxfmt": "minimal"
},
"typescript": {
"preferInterfacesOverTypes": true,
"avoidAny": true
},
"nextjs": {
"version": 14,
"useAppRouter": true,
"useNextSafeAction": true
},
"css": {
"useTailwindCSS": true,
"preferMobileFirst": true
},
"performance": {
"optimizeImages": {
"format": "WebP",
"lazyLoad": true
},
"dynamicImports": true,
"wrapInSuspense": true
}
}
css
java
javascript
next.js
react
tailwindcss
typescript
First seen in:
Used in 2 repositories
TypeScript
# Rules
- this project is netflix website clone coding project.
- use typescript, react, tailwindcss, use mantine ui for components.
- keep project simple as possible, and focus on implementing the features.
- don't care about clean code or best practices, the main goal is to finish the project as quickly as possible.
- do not add comments as much as possible.
- use existing components to reduce the time and effort of coding.
- we use TMDB API for data, for login feature, use the TMDB API key.
- always consider mobile screen size (responsive design).
css
golang
html
javascript
react
tailwindcss
typescript
First seen in:
Used in 2 repositories