Skip to content

feat: FE Task by Meiro#6

Open
Pirastrino wants to merge 19 commits intomeiroio:masterfrom
Pirastrino:martin/solution
Open

feat: FE Task by Meiro#6
Pirastrino wants to merge 19 commits intomeiroio:masterfrom
Pirastrino:martin/solution

Conversation

@Pirastrino
Copy link

How to run

cp ./frontend/.env-sample ./frontend/.env
yarn install
yarn dev:be
yarn dev

Comment

I did not want to use any UI library as it would be an overkill for such small app. All components are styled with Tailwind CSS.

Columns "Name" and "Created at" are sortable by clicking on the specific header. The input value is stored using an atom from the nanostore. The alternative solution would be using React Context, useLocalStorage or url params. There isn't a singular solution that fits every scenario perfectly. My primary goal was to organize the codebase in a manner that promotes maintainability and adheres to best practices and code readability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant