A collection of simple tools for frontend development.
- Visual CSS @keyframe editor.
- Color palette creator with gradients, conversion, contrast, and color blindness.
- CSS box-shadow generator
- Special character search
- DayJS for Dates
- Numeral.js for Number stuff
- Font Awesome icons
npm install
Serve on localhost:8080
npm run serve
Bundle Analyzer will also be running at :8888
npm run build
npm run build-prod
After running npm run build
or npm run build-prod
, the compiled project will be in the /dist
folder.
npm run test
npm run lint
- Mitch Samuels - hotdi.sh
Also view the contributors for others who have contributed.
This project is licensed under the GNU General Public License - see the LICENSE.md file for details