It is simple quiz app with 10 questions.
- React 18
- Redux
- Tailwindcss
- Jest
- React Testing Library
- TypeScript
- Run script
npm installto install node_modules. - Copy the .env.example and rename it .env. Set the REACT_APP_API_URL.
npm start
Run the app in the development mode.
Open http://localhost:3000 to view it in the browser.
npm run build
Builds the app for production to the build folder.
npm test
Launches the test runner in the interactive watch mode.