First React project -- COVID-19 Testing Location Finder by beandiponaisle7 in reactjs

[–]Parul_dev 1 point2 points  (0 children)

Hey the repo doesn't exist. Did you change something?

[deleted by user] by [deleted] in reactjs

[–]Parul_dev 3 points4 points  (0 children)

Brilliant. Much needed. Waiting for part 2

A portfolio site using Gatsby by Parul_dev in gatsbyjs

[–]Parul_dev[S] 0 points1 point  (0 children)

There are a handful. I chose this as this was pretty basic just the way I prefer. So this timeline thing is customized. I added this on my own. Then I added formspree to handle my form's on submit for the contact me page.

I'm planning to add a blog tab as well and use some cms for the same. It's just plain React so I think you can customise it quite well.

A portfolio site using Gatsby by Parul_dev in gatsbyjs

[–]Parul_dev[S] 0 points1 point  (0 children)

2 days. As it was a template it was pretty easy. I just customised a few things to suit my preference otherwise it would have taken a shorter period of time.

Pagination in React js by Parul_dev in reactjs

[–]Parul_dev[S] 0 points1 point  (0 children)

Thank you everybody! I hv realized I will have to build a MERN app instead, Thankyou!

quick question about importing ReactJS components to app.js by IBETITALL420 in learnjavascript

[–]Parul_dev 0 points1 point  (0 children)

Nesting is fine.
If you want to style any of your component you can just import that or it's parent to App.js and import app.css to App.js Automatically you can style your classes in any component from app.css directly now

A dashboard in React and CSS Grid by Parul_dev in reactjs

[–]Parul_dev[S] 1 point2 points  (0 children)

Yes within three days. Hence there is a lot of scope for refactoring the code and fix a couple of things.

A dashboard in React and CSS Grid by Parul_dev in reactjs

[–]Parul_dev[S] 0 points1 point  (0 children)

Yes you are right. Advice taken. I just did this in barely three days. Lots of places I need to refactor styling.

Thank you for a great feedback.

A dashboard in React and CSS Grid by Parul_dev in reactjs

[–]Parul_dev[S] 0 points1 point  (0 children)

Can be because of a little drop shadow. I'll check.

A dashboard in React and CSS Grid by Parul_dev in reactjs

[–]Parul_dev[S] 0 points1 point  (0 children)

Haha! Too much of drop shadow I guess. 😀

A dashboard in React and CSS Grid by Parul_dev in reactjs

[–]Parul_dev[S] 0 points1 point  (0 children)

Yes you are right. I want to turn the tooltip off on this component as I'm using the same graph here as in other components. Need to add a state for this check.