0-vortex / remix-tailwind-ga

GraphAware take home test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwindcss Example

Integrate Remix with tailwindcss.

This example shows how to use Tailwind CSS (v3.0) with Remix. It follows the steps outlined in the official Remix Styling docs.

Relevant files:

Development

Clone the project and spin it up:

npm ci
npm run dev

GraphAware

Issues / Errors

  • state management is not implemented
  • focused too much on UI
  • types are incomplete
  • parent ref is not working

Total Time taken

  • Recursive table initial setup: 3h 19m
  • Splitting components and refactor: 1h 17m

Screenshot 2023-11-06 at 16.52.41.png

Final thoughts

Would start over with implementing the state management through default store or Redux
and focusing on compomnent structure and recursion later on.

About

GraphAware take home test


Languages

Language:TypeScript 98.4%Language:JavaScript 1.4%Language:CSS 0.2%