An open API service indexing awesome lists of open source software.

https://github.com/baumannzone/zombie-css

🧟‍♀️ Pure CSS Zombie 🧟‍♂️ - Happy Halloween 🎃
https://github.com/baumannzone/zombie-css

css-zombie css3 hacktoberfest html5 javascript stylus vuejs

Last synced: over 1 year ago
JSON representation

🧟‍♀️ Pure CSS Zombie 🧟‍♂️ - Happy Halloween 🎃

Awesome Lists containing this project

README

          

# 🧟‍♀️ Pure CSS Zombie 🧟‍♂️

> On the occasion of the halloween party 🎃 I made this super awesome 🧟‍♀️ Zombie 🧟‍♂️ in CSS.
> Made with [Vue.js](https://vuejs.org/) & [Stylus CSS](http://stylus-lang.com/).

[![Netlify Status](https://api.netlify.com/api/v1/badges/62cc51b5-8ff4-4864-a1c1-79640db48a50/deploy-status)](https://app.netlify.com/sites/zombie-css/deploys)
[![Build Status](https://github.com/baumannzone/zombie-css/workflows/Node%20CI/badge.svg)](https://github.com/baumannzone/zombie-css/actions)
[![Style](https://img.shields.io/badge/code%20style-standard-brightgreen)](https://img.shields.io/badge/code%20style-standard-brightgreen?style=flat-square)
[![GitHub last commit](https://img.shields.io/github/last-commit/baumannzone/zombie-css)](https://github.com/baumannzone/zombie-css/commits/master)
[![Code of conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg)](https://github.com/baumannzone/zombie-css/blob/master/CODE_OF_CONDUCT.md)
![GitHub](https://img.shields.io/github/license/baumannzone/zombie-css?color=blue)

![MainImage](./src/assets/img/main.png)

🔥 **Live DEMO**: https://zombie-css.netlify.com/
📹 **Video**: https://youtu.be/q0_IOxh-V4s
💻 **Dev Post**: https://dev.to/baumannzone/pure-css-zombie-5fea
🎨 **Color palette**: https://coolors.co/292c34-ffffff-b4e900-fe338f-ff70b5

![color-palette](https://user-images.githubusercontent.com/5422102/94235599-1ed22380-ff0c-11ea-93a4-530ccdd1375c.png)

---

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Run your unit tests
```
npm run test:unit
```