A fun and engaging "Would You Rather" game built with Next.js, TypeScript, and Tailwind CSS.
Clone the repository:
git clone https://github.com/yourusername/would-you-rather.git
cd would-you-rather
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 in your browser.
would-you-rather/
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Next.js pages
│ ├── utils/ # Utility functions
│ ├── styles/ # Global styles
│ ├── data/ # Static data
│ └── hooks/ # Custom React hooks
npm run dev
- Start development servernpm run build
- Build for productionnpm run start
- Start production servernpm run lint
- Run ESLintgit checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.