Sohojboi is an interactive platform built with Next.js, designed for users to ask and answer questions, participate in quizzes, and access educational content through a blog.
- Q&A Platform: Users can ask questions and provide answers, fostering community engagement.
- Quizzes: Participate in quizzes to test knowledge on various topics.
- Educational Blog: Access a range of articles and resources to enhance learning.
To run the development server, use the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser to see the app in action.
- Next.js: A React framework for server-rendered applications.
- TypeScript: A typed superset of JavaScript.
- Tailwind CSS: A utility-first CSS framework.
- Clerk: For authentication and user management.
This project is licensed under the MIT License.
Here's an updated "Contributing" section for the README file:
Contributions are welcome! Here’s how you can help:
- Fork the repository: Click on the "Fork" button at the top right of the repository page.
- Clone your fork: Use the following command to clone your fork locally:
git clone https://github.com/your-username/sohojboi.git
- Create a new branch:
git checkout -b feature/YourFeatureName
- Make your changes: Implement your feature or bug fix.
- Commit your changes:
git commit -m "Add your message here"
- Push to your fork:
git push origin feature/YourFeatureName
- Open a pull request: Go to the original repository and click on "New Pull Request". Select your branch and submit.
- Ensure your code follows the existing style and conventions.
- Write clear commit messages.
- Test your changes thoroughly.
Thank you for contributing to Sohojboi!
You can view a live demo of the application here.