DEV Community

Cover image for Project 20 of 100 - My first fully-responsive React website
James Hubert
James Hubert

Posted on

Project 20 of 100 - My first fully-responsive React website

Hey! I'm on a mission to make 100 React.js projects in 100 days starting October 31, 2020 and ending February 7th, 2021. Please follow my dev.to profile or my twitter for updates and feel free to reach out if you have questions. Thanks for your support!

Link to today's deployed app: link
Link to the repo: github

Sometimes when you're learning a framework or language it's easy to spend a lot of effort and build a lot of projects that focus on fundamentals but don't create anything you'd use in the real world. That's why I took a break from the fundamentals I've been learning to follow along with an excellent tutorial on Youtube and build a full site in React.

Most of the tutorial was spent on concepts I already know- in fact just about all of it. Probably the most foreign thing I did here was making separate CSS files for each component.

That said, seeing all of the things I've been learning over the last month and a half put together in an actual, good looking, responsive website was priceless. You never know how you're going to implement something until you've tried it in the wild- so this was my chance to do that.

Lots of fun and an opportunity to flex some of the strengths of the React framework, like reusability and building pages with components.

5/5 stars - would code again.

FYI - Thanks again to Brian Design whose excellent Youtube videos seem to be perfect for my current level- too advanced for beginner videos but too new to be advanced. Definitely check out his channel. Link here

Top comments (5)

Collapse
 
kr4idle profile image
Pete Steven • Edited

Great job, keep at it.

You can also try to use Desech Studio to speed up the web development process by visually creating the html/css. Then you can integrate it with this react plugin on github.

Collapse
 
dhwajsharma profile image
Dhwaj Sharma

It looks nice, great job!

Collapse
 
jwhubert91 profile image
James Hubert

Thanks Dwhaj! Do you have any React tutorials or teachers you like?

Collapse
 
dhwajsharma profile image
Dhwaj Sharma

Yes, there's a youtube channel called codingaddicts by John Smilga.
He's good.

Collapse
 
jwhubert91 profile image
James Hubert

Thanks very much Ram! :)