Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kendalblythe/battleship-app
Battleship game web application
https://github.com/kendalblythe/battleship-app
eslint husky javascript nextjs prettier react sanitize-css sass turborepo typescript vercel vite vscode yarn yarn-workspaces
Last synced: about 10 hours ago
JSON representation
Battleship game web application
- Host: GitHub
- URL: https://github.com/kendalblythe/battleship-app
- Owner: kendalblythe
- Created: 2022-12-14T21:51:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T20:21:27.000Z (14 days ago)
- Last Synced: 2025-01-16T21:30:19.799Z (14 days ago)
- Topics: eslint, husky, javascript, nextjs, prettier, react, sanitize-css, sass, turborepo, typescript, vercel, vite, vscode, yarn, yarn-workspaces
- Language: TypeScript
- Homepage: https://battleship-react-app.vercel.app/
- Size: 691 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Battleship App
## Introduction
Battleship is a classic
strategy/guessing game of naval combat. This project is a monorepo containing the following apps and
packages for implementing the Battleship web application.### Apps
- battleship-nextjs-app
- battleship-react-app### Packages
- battleship-engine
- battleship-ui## Play Battleship
You can play a game of Battleship here.
- https://battleship-react-app.vercel.app/
## Technologies
- React
- React Compiler
- TypeScript
- JavaScript
- Next.js
- Vite
- Vercel
- SASS
- sanitize.css
- Visual Studio Code
- ESLint
- Prettier
- Husky
- Yarn
- Yarn workspaces
- Turborepo## Getting Started
After you clone the Git repository, you can run the following
Yarn commands.- `yarn` - install packages
- `yarn build` - build production apps
- `yarn dev` - run development apps
- `yarn lint` - lint check
- `yarn format` - format code## Developer
Kendal Blythe - Check me out on
LinkedIn!