Match-Up! Memory Challenge
Match-Up is a memory game where users try to match card numbers, ranging from 1 to 9, together
Technologies:
This application was built from scratch (i.e. no "Create React App") to gain a better understanding of how a React application works under the hood. I developed the Webpack configuration file, which gave more insight into all the different features Webpack has to offer and why they are used
- React v18: For creating fast and responsive UI
- Webpack: to compile/bundle JavaScript modules
- Babel: to compile JavaScript code
- GitHub Pages: Hosting