Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsnice16/react-marvelsquiz
marvelsQuiz is a fun quiz game for marvel fans, play to check if you are a marvel fan or not. Give it a try today.
https://github.com/hsnice16/react-marvelsquiz
classnames css3 html5 poshui prop-types react-router-dom reactjs typescript vercel
Last synced: 7 days ago
JSON representation
marvelsQuiz is a fun quiz game for marvel fans, play to check if you are a marvel fan or not. Give it a try today.
- Host: GitHub
- URL: https://github.com/hsnice16/react-marvelsquiz
- Owner: hsnice16
- License: mit
- Created: 2022-04-07T14:10:48.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-06-24T17:12:26.000Z (over 2 years ago)
- Last Synced: 2024-10-12T13:29:17.003Z (about 1 month ago)
- Topics: classnames, css3, html5, poshui, prop-types, react-router-dom, reactjs, typescript, vercel
- Language: TypeScript
- Homepage: https://marvelsquiz.vercel.app/
- Size: 7.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marvelsQuiz
![Forks](https://img.shields.io/github/forks/hsnice16/react-marvelsQuiz)
![Stars](https://img.shields.io/github/stars/hsnice16/react-marvelsQuiz)
![License](https://img.shields.io/github/license/hsnice16/react-marvelsQuiz)---
## 📕 Table of Contents
- [About](#-about)
- [Features It has](#-features-it-has)
- [Getting Started](#-getting-started)
- [Connect with me](#-connect-with-me)---
## 📖 About
marvelsQuiz is a fun quiz game for marvel fans, play to check if you are a marvel fan or not.
Give it a try today.
---
## 🚀 Features It has
**Categories**
- play in different category
- Avengers: Infinity War
- Doctor Strange
- Captain Marvel**For Developers**
- localStorage to store selected theme
- sessionStorage to persist state on page refresh
- toast to improve user experience**Options**
- four options for each question
**Quit Quiz**
- quit quiz anytime
**Responsive**
- the app is fully responsive
**Share**
- share your total score on Twitter
**Themes**
- toggle between dark/light theme
---
## 🔌 Getting Started
- clone the repository on your local machine with the command below in your terminal, and cd into the **react-marvelsQuiz** folder
```
git clone https://github.com/hsnice16/react-marvelsQuiz.gitcd react-marvelsQuiz
```- install dependencies (if you are using **yarn** then do with that)
```
npm install
```- start the server
```
npm start
```---
## 👨💻 Connect with me