DEV Community

Dusan Petkovic
Dusan Petkovic

Posted on

Hello dev.to World

Based on my experience with the platform so far, this seems like a great place to spark discussions and exchange ideas.

I've been considering this as a good platform to seek feedback on some of my portfolio projects on GitHub. There are many talented developers here, and I've seen a willingness to comment and offer suggestions.

So here it isβ€”I've developed this React app with a Node.js backend for an interview assignment, which I later modified to use it for my GitHub page. Essentially, it's an employee directory using in-memory storage. I made an effort to apply a domain-driven approach for the front-end part (React), while for the server, it's essentially all in one file (containing all API endpoints).

You can find the project here: Employee List App

I would appreciate anyone who is willing to take a look and suggest how to improve or provide insights on how to make it better.

Top comments (0)