Awesome Cursor Rules Collection
Filter by:
Showing 2041-2052 of 2626 matches
TypeScript
# Cursor Rules
## General guidance
Use Tailwind CSS for styling.
Use Next.js for the framework.
Use React Server Components for any component that doesn't require client-side interactivity.
Use shadcn/ui components, espeically those saved in the /components/ui folder.
## Context about this application
This NextJS application will let people view a summary of their calendar, like "Spotify Wrapped" for their calendar.
They will connect to their Google Calendar, and we will use the Google Calendar API to fetch their events.
Then, we will use the events to generate a summary of their calendar.
## User stories
As a user, I want to be able to connect to my Google Calendar so that I can view a summary of my calendar.
## Acceptance criteria
Given I am on the homepage, when I connect to my Google Calendar, then I should see a summary of my calendar.
css
golang
javascript
next.js
react
shadcn/ui
tailwindcss
typescript
First seen in:
Used in 1 repository
Python
While doing developemnet, make sure to reference the [project plan](./docs/project-plan.md)
After making any changes make sure to update the [project plan](./docs/project-plan.md) with the changes.
Ensure that all new files are added to the [project plan](./docs/project-plan.md)
Ensure that all steps which change the projet are added to the [project plan](./docs/project-plan.md)
css
html
javascript
jupyter notebook
python
typescript
First seen in:
Used in 1 repository