Skip to content

A simple webpage made with Svelte that generates random categories of video games. It includes internationalization, routing, an email api client, dockerization and UI testing.

License

PedroCorreia105/GameGenreGenerator

Repository files navigation

Svelte Logo

Node Version NPM Version code style: prettier CodeFactor Code Coverage Build Website License

DescriptionStackInstallationRunning the appEndpointsTestTutorialsHelpful reposNode best practicesLicense

Description

A simple webpage made with Svelte that generates random categories of video games. It includes internationalization, routing, an email api client, dockerization and ui testing.

Stack

Language Typescript
Framework SvelteKit
E2E Testing Playwright
Linter Prettier
CI CircleCI
Deployment Netlify

Installation

$ npm install

# Install test dependencies
$ npx playwright install --with-deps

Running the app

# Development
$ npm start

# Production
$ npm run build && npm run preview

Endpoints

# API
http://localhost:8080

Test

# Install dependencies
$ npx playwright install --with-deps

# Run e2e tests
$ npm run test

# Process coverage after tests
$ npm run coverage:text

Tutorials

Helpful examples

Node best practices

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple webpage made with Svelte that generates random categories of video games. It includes internationalization, routing, an email api client, dockerization and UI testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published