Hi everyone, I recently decided to accept #100DaysOfCode challenge to update my personal portfolio and finally finish all unfinished side projects. Today was the Day 4 - early stages First three days I’ve spent on main portfolio website:
And today I did my first simple project - LapChart: https://lapchart.snigo.dev/
(mind that it just 3 hours of coding old, so bugs are most likely present)
Any feedback or just random ideas about the projects you want me to build would be highly appreciated.
Thanks for the feedback! I used Recharts library, react wrapper for d3, but in future I’m planning to write my own wrapper, as Recharts is quite old and uses deprecated functionality from React
Are you using plain react or you used a framework like next or gatsby?
Seeing this yesterday made me download gatsby and start playing with. I do too want to have my portfolio in react, but decided to use Gatsby for SEO for my blog.
I’m using next.js + typescript on the frontend. Soon, as things will grow on the website, I will most likely need some API server. That would be Swagger + Rust + Actix most likely. Gatsby is a great technology with bonus skill of GraphQL in the package, definitely a good choice for a blog-like website!