Skip to content

AndrewCathcart/gh-trending-repos

Repository files navigation

gh-trending-repos

https://gh-trending-repos.vercel.app/

A simple app to discover trending repositories and save them for later.

Prerequisites

  • Node v14.19.0 (recommended to use nvm)
  • npm v8.4.1

Technology

Recommended VSCode Extensions

  • Prettier
  • ESLint
  • Headwind (class sorter for Tailwind CSS)
  • Tailwind CSS IntelliSense

Development

Setup

npm i

Running the application

npm run dev

Testing the application

Unit Tests

npm run test

E2E Tests

This project utilises Playwright for end-to-end tests. Tests are located in the ./tests/e2e folder, and ./playwright.config.ts contains the test config to e.g. test on multiple browsers.

Ensure you have the application running locally, and then run;

npm run test:e2e

About

A simple app to discover trending repositories and save them for later.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published