I made this website to help people in an online community coworking group to decide what task to work on next.
You can add tasks to a battleship grid, then select a square at random to reveal the task you could do next.
The grid caters for a scenario where you have one major project to work on eg a uni dissertation and also want to fit in some smaller tasks eg tidying, laundry etc. Or you can fill in the whole grid with smaller tasks
Task Battleships - Live Demo hosted on GH Pages
Vanilla JavaScript + HTML + CSS
I purposefully decided not to store any data on the server side, so used JavaScript to hold the task data in an array in the client's browser.
- Clone this repo locally &
cd
to the new directory - Open the
index.html
file in your browser