/rick-and-morty-app

My first API-App. To reduce data-traffic, it shows no more than 20 search results.

Primary LanguageJavaScriptMIT LicenseMIT

Vanilla JS Vite Template

  • With Prettier (for styling)
  • With ESLint (using the recommended rules)
  • With HTMLHint (for HTML Linting)

CSS

  • Roboto font included

Usage

  • Use this template from GitHub to create a new repository under your user
  • Clone the repository
  • Change the name of the project in the package.json
  • Install the dependencies:
npm i
  • Once finished, you can start the development server:
npm run dev

VSCode Extensions

Install the following extension on VSCode for integrations with Prettier, ESLint and HTMLHint: