DEV Community

Discussion on: I just published my first full-time commercial project!

Collapse
 
rvxlab profile image
RVxLab

Definitely a welcome idea for schools around the world.

What tech stack are you using for this?

Also a small styling tip:

.feature-box .text has overflow-y: scroll, I suggest giving it overflow-y: auto instead so you don't have the ugly scroll bars until you need them.

Collapse
 
navthenugget profile image
Nav Pahwa

React, Typescript, NodeJS, Postgres.
Thanks for the advice.