Skip to content

Phazzie/PettiestProphecies

Repository files navigation

Passive-Aggressive Tarot

A Next.js application that provides sassy tarot readings.

Project Structure

  • /app: Contains the main application pages and layouts (Next.js 13 App Router)
  • /components: Reusable React components
  • /lib: Utility functions and context providers
  • /hooks: Custom React hooks
  • /styles: Global styles and Tailwind CSS configuration
  • /public: Static assets
  • /tests: Jest test files

Key Features

  • User authentication (login/register)
  • Tarot readings with passive-aggressive interpretations
  • User dashboard for viewing past readings

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Set up environment variables (see .env.example)
  4. Run the development server: npm run dev

Deployment

This project is set up for easy deployment on Vercel. Push to the main branch to trigger a new deployment.

Testing

Run tests with: npm test

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

About

Passive-Aggressive Tarot Cards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published