This project is hosted at: https://javascriptquizapplication.netlify.app/
Backend repo: https://github.com/bkandaris/frontend-interview-be
This application is a fun way to learn or study JavaScript! It was fun to build something that myself and others could use while growing my skills as a developer. The application has a backend that I can add, update, or delete questions to as I continue learning more.
With a recent update to React Router this gave me an opportunity to go through the documentation and learn what has changed. While planning the application, I improved and practiced structuring data to be displayed to the user. Using redux for state management made handling state throughout the application a breeze.
- JavaScript
- React
- React Router
- Redux
- CSS
- SweetAlert2
- React Spinners
- Axios
- Node.js
- Express
- MongoDB
After cloning the repo, run npm install or yarn install and then either run npm start or yarn start depending on what you have chosen.