Collaborative effort to catalogue & rate everything in existence. Written in Typescript with Svelte, TailwindCSS and Sanity.
Go to file
Xinrui Chen d2e381ae8b merge 2022-10-09 18:21:26 -07:00
.github/workflows Update Helper Functions (#63) 2022-09-03 19:43:36 -07:00
backend fix: change vite version to 3 for playwright 2022-07-19 08:43:42 -07:00
src merge 2022-10-09 18:21:26 -07:00
static update: changed dither to use gif 2022-07-24 07:36:46 -07:00
tests test(helpers/getavgrating): full coverage unit tests 2022-07-19 13:17:46 -07:00
.eslintignore First commit 2022-07-10 18:16:16 -07:00
.eslintrc.cjs First commit 2022-07-10 18:16:16 -07:00
.gitignore test: create basic testing framework 2022-07-19 12:50:23 -07:00
.npmrc First commit 2022-07-10 18:16:16 -07:00
.prettierignore First commit 2022-07-10 18:16:16 -07:00
.prettierrc First commit 2022-07-10 18:16:16 -07:00
CONTRIBUTERS.md Added credits and collaborators 2022-07-10 19:12:54 -07:00
README.md update: simplified readme 2022-07-22 15:15:50 -07:00
package-lock.json added mobile layout (#68) 2022-10-09 17:53:45 -07:00
package.json added mobile layout (#68) 2022-10-09 17:53:45 -07:00
playwright.config.ts test(helpers/getavgrating): full coverage unit tests 2022-07-19 13:17:46 -07:00
postcss.config.cjs First commit 2022-07-10 18:16:16 -07:00
setupTest.js test(helpers/getavgrating): full coverage unit tests 2022-07-19 13:17:46 -07:00
svelte.config.js test: create basic testing framework 2022-07-19 12:50:23 -07:00
tailwind.config.cjs First commit 2022-07-10 18:16:16 -07:00
tsconfig.json Unit Tests for Parse, Filters Helpers (#60) 2022-08-14 21:27:12 -07:00
vite.config.js Merge branch 'dev' of https://github.com/zschaffer/rating-room into typing 2022-07-22 15:17:33 -07:00

README.md

Rating Room

About

This project is a collaborative effort to catalogue and rate everything in existence.
Written in Svelte with TailwindCSS, Typescript, and Sanity. Testing is implemented in Jest and Playwright.

Usage

npm run dev

Runs client in vite.

yarn test:unit
yarn test

Testing: Unit tests run in Jest, integration tests run in Playwright.

Functionality

Click through products to view details, with descriptions and ratings. Live filtering, sorting, and searching is implemented in the side bar.

home