DEV Community

Naman vyas
Naman vyas

Posted on

ShowDEV: We built a side project that allows you to share and review resume🧾

Hello DEVS 👋,

I and one of my friends were bored and wanted to do something, so we came up with the concept of creating a platform where you can submit your resumes and others would do the same, and then you can rate and give feedback on the resumes.

Demo
https://www.raterbay.com/ go check it out
https://github.com/VaibhavAcharya/raterbay Github

Stack
As we wanted to finish this project quickly, we used ReactJs and Firebase.

Plans for future

  • Maybe a interactive profile
  • Nested comments
  • Report button
  • kind of contest like monthly or weekly

Again, give this a try - https://www.raterbay.com/

Thank you :)

Top comments (6)

Collapse
 
ben profile image
Ben Halpern

Very pleasant design.

I'd say as a user, I'd like to better understand the service before authenticating — so maybe enrich the home page with more info? The fact that it's open source is pretty cool and should be one thing to include 😄

Collapse
 
namanvyas profile image
Naman vyas

Yes, we're working on it. Thank you for your suggestion. 😊

Collapse
 
odysseaspapadimas profile image
Odysseas Papadimas

Also about the "Let's go" google sign-in button, I only realised it's a sign-in button after I clicked it when I noticed the G logo

Collapse
 
luigimorel profile image
Luigi Morel

A bit of feedback:

  1. API Keys are hardcoded in the source code. Very bad practice. Read about how to fix: hurricanelabs.com/blog/how-to-easi...
  2. Would be extremely nice to show a landing page.
  3. The commit messages could be improved.

I love the design and the colors. 😀

Cheers.

Collapse
 
jacksonkasi profile image
Jackson Kasi

I really love your design ♥
But why there is nothing in dashboard? 🤔🤔🤔
it's just return "Login to access/ or maybe our quota exceeded😛"

Collapse
 
jzombie profile image
jzombie

Did you really want to hardcode your Firebase keys into the source code? github.com/VaibhavAcharya/raterbay...