This project revolves around the acquisition of weapon upgrades for Call of Duty. Through a user-friendly form, you can effortlessly choose your desired upgrades, and upon submitting the form, the total price of the upgrades will be displayed.
Live demo:
weapon-upgrader
Command lines:
npm install
Install all the necessary packages for running and developing the project.npm run start
For running the project.
- ReactJS : the project is built on the ReactJS framework.
- Formik : the form within the app is powered using Formik, ensuring optimal performance and functionality.
- Yup : the form's field validations in Formik are implemented using Yup.
- styled-components : the project's styling is implemented using styled-components.
- Mui v5 : the project has been built using MUI v5.
- ESLINT : the project adheres to the ESLint guidelines and follows the best practices recommended by airbnb.
- Responsiveness : the application is designed to be responsive and adapts to screens of all sizes. It achieves this by utilizing the responsive properties provided by MUI breakpoints for its components.
Afek Sakaju
- LinkedIn: @afeksa
- GitHub: @Afek-Sakaju