Skip to content

adienox/quizzical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quizzical Netlify Status

This project is a trivia app that allows users to fetch and view trivia questions from the Open Trivia DB. It is built with React and uses Sass for styling, following the BEM model. The frontend tooling for this project is Vite.

In this app, users can customize their trivia experience by selecting various options when making the API request, such as the number of items to retrieve and the category of questions.

This project makes use of React hooks, including useEffect() and useState().

The project is hosted on Netlify. To checkout this project head on over to https://adiequizzical.netlify.app

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository: git clone https://github.com/adienox/quizzical.git
  2. Install the dependencies: npm install or yarn install
  3. Start the development server: npm run dev or yarn dev

Deployment

To deploy this project, follow these steps:

  1. Build the project: npm run build or yarn build
  2. Deploy the built files to your hosting platform (in this case, Netlify)

Contributing

We welcome contributions to this project! If you have an idea for a feature or improvement, please open an issue to discuss it.

To contribute code, follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes
  4. Test your changes thoroughly
  5. Submit a pull request for review