/simple-components

Simple components, quick-n-dirty without dependencies, to be freely used and adopted in your own frontend projects.

Primary LanguageTypeScriptMIT LicenseMIT

Simple Components

These components are examples without dependencies, to be freely used and adopted in your own frontend projects.

  • SimpleAudio - an audio recorder and playback, useful to capture audio information
  • SimpleCamera - takes photos using a mobile device's camera
  • SimpleLogin - a form that handles Netlify Identity login

To install a local version of this site

  • clone this repository into your workspace
  • have Node.js installed with the command node and npx accessible from the command line
    • (optional) have Yarn installed and accessible from the command line
  • navigate to this project's directory inside your workspace
  • type npm install or yarn install (this will install http-server)
  • type npm start or yarn start to launch the web server
  • visit the website suggested in the terminal, probably http://localhost:8080

Roadmap

SimpleForm SimpleAccordion