Awesome Cursor Rules Collection
Filter by:
Showing 1297-1308 of 2626 matches
JavaScript
I'm using NextJS 14 for this project. Please only show me code and solutinos relevant to NextJS 14javascript
next.js
First seen in:
Used in 1 repository
JavaScript
# Global rules for the projects section
# File organization
src/app/student/projects/
├── components/ # Reusable components
├── styles/ # Global styles
├── proposal/ # Proposal-related pages
├── capstone-one/ # Capstone One pages
└── capstone-two/ # Capstone Two pages
# Coding standards
- Use 'use client' directive for client components
- Use styled-components for styling
- Follow component-based architecture
- Keep components small and focused
- Use proper semantic HTML
- Ensure accessibility standards
- Implement responsive design
- Use proper error handling
- Follow React best practices
css
javascript
react
scss
shell
styled-components
typescript
First seen in:
Used in 1 repository