Restaurant Site Project with GatsbyJS-3

Nabendu Biswas
2 min readMay 2, 2020

--

Photo by Kaboompics .com from Pexels

Welcome to part-3 of the series. You can find part-2 here.

We will start creating generic styled components here, so that we don’t have to create different style in each project. Also, these styles are reusable in other part of the project.

So, create a folder utils inside src folder. Create a file styles.js inside it and the below content in it.

styles.js

Rest of the chapter is exclusive content and will be in my upcoming book Gatsby Cookbook. You can find more details about it here.

Gatsby Cookbook

The code is now working perfectly in localhost on click of the Menu button.

Gif

This completes part-3 of the series. You can find part-4 here.

You can find the code for the project in this github repo.

--

--

Nabendu Biswas
Nabendu Biswas

Written by Nabendu Biswas

Architect, ReactJS & Ecosystem Expert, Youtuber, Blogger

No responses yet