-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
16 feature/create web UI #31
Conversation
38f03b2
to
e54b5c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @EhabY! The UI looks so neat
c36216d
to
ac662e3
Compare
* Added eslint and prettier configurations * Added header with search bar, github link, and theme switch button
Co-authored-by: Ehab Younes <ehab.alyounes@gmail.com>
* Add recommended extensions * Better filtering * Added message when there is nothing to show
ac662e3
to
bd4abac
Compare
Hi! In the meantime, I only want to suggest the use of biome instead of prettier and eslint, it's way faster 😉 |
Has Dependabot been configured to upgrade the npm dependencies? |
I'm a total newbie in golang, so maybe I'm missing something, but I got 404 errors until I changed the paths in the router to be like EDIT: nevermind, I had to run it from the root folder 😅 |
I'll land this with Eslint & Prettier but I'll take a look at Biome if it makes sense :)! |
614b5f4
to
c9bc490
Compare
Created a simple UI using React and Chakra UI
The app currently has the following features:
I have also made sure to configure eslint and prettier to achieve the best results for an error free and nice looking code. Please use VS Code with the following options (
.vscode/settings.json
):