Welcome to MindMash! The ultimate quiz app where you can test your knowledge and challenge your friends. 🚀
Check out the live version of MindMash here: MindMash Live 🎉
- Interactive quiz 🎯
- Real-time score tracking 📊
- Fun and engaging UI with Light mode 🌙
- Responsive and mobile-friendly design 📱
-
Clone the repository to your local machine:
git clone https://github.com/pedadasaikrishna/Quiz.git
-
Navigate into the project folder:
cd Quiz
-
Install the required dependencies:
Make sure you have Node.js installed, then run:
npm install
-
Run the application locally:
Start the development server:
npm start
This will launch the app at
http://localhost:3000
.
-
Create an account on Netlify if you don’t already have one. 🖥️
-
Deploy via GitHub:
- Go to your Netlify Dashboard.
- Click New Site from Git and connect your GitHub account.
- Select the MindMash repository (
Quiz
) from your GitHub. - Netlify will automatically deploy your app after connecting.
-
Configure build settings (if needed):
- In Build Command, enter
npm run build
. - In Publish Directory, enter
build/
.
- In Build Command, enter
-
Deploy the site, and you will get a live link to share! 🎉
-
Fork the repository and clone it to your machine.
-
Create a new branch for your feature:
git checkout -b your-feature-name
-
Make your changes, commit, and push the changes:
git commit -m "Description of changes" git push origin your-feature-name
-
Open a Pull Request on GitHub to merge your changes into the main branch.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to reach out, and don’t forget to star ⭐ the repository if you liked the project!
- GitHub: pedadasaikrishna
- Website: MindMash Live
Happy quizzing! 🎉🧠