Simple quiz app.
I developed this project as a learning experience for React.js and Redux.js.
- React.js
- Redux.js
- redux toolkit
First you should clone the project.
git clone https://github.com/erfan-amani/bookily
After cloning install dependencies:
npm install
# or
yarn
Then, run the development server:
npm run start
# or
yarn start
# or
pnpm start
Open http://localhost:3000 with your browser to see the result.