the famous battleship game created in order to practice JavaScript testing. through the process of developing this game i've learned the importance of testing your functions and classes before building the UI. By testing you gain alot of confidence in the app components.
- javascript
- css
- html
- webpack
- jest (testing)
git clone https://github.com/alyHusseinn/Battleship.git
cd Battleship
npm install
npm start