Skip to content

DevHub is a web application that offers a centralized platform for developers to connect and share knowledge. Its features include a web scraper for popular tech blog posts and an API to embed "Devits" into users' own websites, making it easier for developers to showcase their work .

License

Notifications You must be signed in to change notification settings

rajeshkhadka200/twitter-for-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introducing DebHub - Twitter for developer

alt text


Project Demo link

👉 DevHub


Description

DevHub is a web application that allows developers to connect with each other and stay informed about ongoing hackathons. With its Twitter-inspired interface, DevHub offers features such as tweeting, retweeting, and following other users.

In addition, DevHub can collect and display popular tech blog posts from around the internet and allows developers to embed their Devits into their own websites through its API. By providing a platform for developers to connect, stay informed, and showcase their work, DevHub is a valuable tool for anyone looking to improve their coding skills and build their online presence.

Why we scrap a data ?

In DevHub, we use tools like Puppeteer, a Node.js library, to automate the web scraping process and make it more efficient. This helps us gather the information we need, such as popular blog posts from other platforms, to make it easier for developers to access the resources they need to stay up-to-date and grow their skills. Our goal is to provide a centralized platform for developers to find the information they need, and web scraping tools like Puppeteer are an important part of achieving that goal.


Participants


Set up Project

In this section I'm going to provide the clear instruction to follow up inorder to run the project locally.

Prerequisites

To run the project on your local machine, install node version >= 16.15.0

Install Project

  • Clone the repository :

git clone git clone <your repo github link>

  • Now sequentially run these commands in your termnal
  1. cd client
  2. npm install
  3. cd ..
  4. cd server
  5. npm install

Run the Project

  1. Start the client
  • cd client
  • npm run dev
  1. Start the server
  • cd server
  • npm run server

Note : As this is the open source project. Feel free to open an issue and create a pull request to make this DevHub community strong. 🚀

About

DevHub is a web application that offers a centralized platform for developers to connect and share knowledge. Its features include a web scraper for popular tech blog posts and an API to embed "Devits" into users' own websites, making it easier for developers to showcase their work .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published