Quiz app to create and resolve quizzes
In 'Quizy' is implemented firebase to save the quizzes that have been created in it, also to consume the firebase server to resolve the diferent quizzes. When you create a quiz, should at least have the author, the title, the description, the theme and one question, also que questions cannot have less than 2 answers. The main banner of the app is a forest that show a parallax effect (made with "react-scroll-parallax").
- Create React App - Project setup
- React Router - Routing and navigation
- react-scroll-parallax - Parallax scrolling effect
- AI sdk - To call the Open AI api
- Sass - Organized design
- Bootstrap - Project design
npm start
Start the project in the development enviroment.npm build
Build the project for production.npm test
Start the project and run tests.
- https://twitter.com/SimonPine2
- simonpineda0521@gmail.com
- https://www.linkedin.com/in/simon-pineda-0b8abb251
src
: Contains all the source code.components
: General components used across the app.views
: Specific components organized by view.context
: React context providers.scss
: Design components.router
: The navigation of the app.
App.js
: Main component.