This is designed as a really basic all-in-one view of today. It could be used in classrooms, or in care homes. It may also be useful as a quick view from a users device homescreen. It's early days, but hopefully it'll be useful for someone.
- Download the repo
- Run
composer install
Bonus, if you want to use homestead/vagrant to set up your development environment you can also run:
- Run
php vendor/bin/homestead make
(see https://laravel.com/docs/7.x/homestead) - Run
vagrant up
You'll also need to run npm on the vagrant box, so:
- Run
vagrant ssh
to connect to the vagrant box cd
to the project directory, e.g.cd /home/vagrant/code
- run
npm install
- run
npm run watch
to watch the files for changes and rebuild the output
You should be up and running 👍
Once you've done all the setup, you can restart npm when you bring the vagrant box up by running:
cd /home/vagrant/code && npm run watch
- Add more cards e.g. #2
- Add flex view to put the cards side by side on suitable displays
- Add login, to provide the ability to select/deselect cards depending on requirements
- Enable configuring colours
- Make it a PWA so it can live as an icon on the homescreen
This is open-sourced software licensed under the MIT license.
If I've helped, feel free to buy me a cuppa.