budavariam / css-battle-showcase

This repo is a showcase of my CSS Battle solutions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Battle Attempts

This repo is a showcase of my CSS Battle solutions, that you can see live on Github Pages

I wrote a post about them on my blog.

Getting started

npm install
npm run dev

Add new solution

  1. Create an .mdx file under _battles/AAA/N-name using the following template:

    ---
    title: Title to show
    description: Description
    date: '2022-04-18'
    ---
    
    Add your thoughts here.
  2. Add the solution under public/solutions/AAA/N.html

TechStack docs

About

This repo is a showcase of my CSS Battle solutions.


Languages

Language:TypeScript 51.7%Language:HTML 27.0%Language:JavaScript 15.1%Language:CSS 4.8%Language:Shell 1.3%