DEV Community

Discussion on: What was your win this week?

Collapse
 
hemant profile image
Hemant Joshi • Edited

I made myself fully happy and a healthy mental state...
Played a lot of games and launched several version of Dev-Blogs Generator
Here is the quick link
Https://hemant-blog.netlify.app

GitHub logo 8bithemant / Dev-Blogs

Hii, This is a blog Designed in React-Js, with Javascript and Love. App Fetches Your Blogs from Dev.to using Dev.to Api

Dev Blogs

Dev Blogs is built in React and Redux which is used to publish your Dev.to Blogs on a custom page.

GitHub pull requests

Deploy Netlify

Preview hemant-blog.netlify.app

To customize the blog according to your Dev user id simply follow the Readme (The Steps Below)

Getting Started?

Star the Repo and click the button here &gt Deploy to Netlify Button

Click on the above button and config with you Github in Netlify.

After successful netlify config.

Simply go to your profile which would have new Repo, and clone it to your local system

Visit the following folder after clone.

src/DevtoConfig.js

Then change the each section to your details Don't forget the https:// that is used for redirects

In your terminal

Run the following command in you terminal.

npm i && npm start or yarn && yarn start

Cheers You Blog is live on your System. And on localhost.

If you have any issues with already existing remotes, in…