Solenasth / cv-pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Boilerplate

this project is intended to be used as a quick star, pre-configured stack of tech for my own prototypes, but feel free to use it if you find it usefull.

tech inside

  • πŸ“¦ Parcel
  • 🌺 Prettier
  • πŸ“ EsLint
  • πŸ’… Styled Components
  • πŸ‰ fontAwesome for React

Configured to work properly with each other and support Accessibility standards. it also contains the following commands, they can be run using npm run

  • "format": runs prettier
  • "format: check": checks prettier formatring
  • "lint": runs the linter on src/*/** any js or jsx files
  • "test": runs tests (currently no tests specified)
  • "dev": runs dev server on index.html

Demo

the boilerplate includes a demo showcasing a simple card with a hover animation using styled components. demo

About


Languages

Language:JavaScript 81.1%Language:HTML 10.8%Language:CSS 8.1%