Skip to content

sabesansathananthan/react-dev.to-blog

Repository files navigation

React Dev Blog

Aim of this project is embed Dev as a blog on your React website.

UI

licence GitHub package.json version GitHub repo size Twitter URL

🛠️ Built with

Installation

To setup the app for development on your local machine, please follow the instructions below:

  1. Clone the repo to your machine

    git clone https://github.com/sabesansathananthan/react-dev.to-blog.git
    cd react-dev.to-blog
  2. Install packages

    If you use npm

    npm install

    or

    If you use yarn

    yarn
  3. Change username

    Use your dev.to username👤 instead of thepracticaldev. in Slider.js

    blogURL = "https://api.rss2json.com/v1/api.json?rss_url=https://dev.to/feed/thepracticaldev";
  4. Run the development server

    If you use npm

    npm start

    or

    If you use yarn

    yarn start
  5. Visit http://localhost:3000

Don't forget to give a star ⭐ for this repo 🙂

Article Related Article

Embed Dev.to as a blog on your React Website - Sabesan Sathananthan

Similar Projects

📄 License

This project is licensed under the MIT License - see the LICENSE file for details

About

React app for fetch dev.to posts and render in cards

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published