This is an unofficial selection of projects made by stundents in Microverse. Live Demo of this project can be seen here.
Edit ./src/data.js
file and add required information in proper format. Make sure nothing else is touched. Then send a PR.
Please read the guideline.
You need node
and npm
installed on your machine. If so, Get the code and run the following commands:
$ npm install
$ npm run build
By now, your style.css
must be generated in ./dist
directory. Open index.html
in browswer.
If you want to change HTML and add Tailwindcss classes, run the following commant:
$ npm run watch
Now, by editing HTML and adding classes, the relevant class gets added to the style.css
on the fly. If using this, you won't need to run npm run build
anymore.
This is Free/Libre and Open Source software under AGPL-3.0+ license.