https://github.com/morewings/whatever-works
https://github.com/morewings/whatever-works
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/morewings/whatever-works
- Owner: morewings
- License: agpl-3.0
- Created: 2024-09-04T12:36:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T16:33:02.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T08:43:56.893Z (about 1 year ago)
- Language: TypeScript
- Size: 6.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WW test assignment
I've made most assignment requirements. You also can review my testing skills [here](https://github.com/morewings/cra-template-quickstart-redux) and [here](https://github.com/morewings/cra-template-no-redux).
I used Tailwind and shadcn for rapid prototyping. Here is my own components library: [Koval UI](https://koval.support/).
## Quickstart
### Prerequisites
1. Install **Node** >= 18.x.
2. Install **pnpm**. E.g. `corepack prepare pnpm@latest --activate`.
### Review
```shell script
pnpm i
pnpm run dev
```