👉 DevHub
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.
In this section I'm going to provide the clear instruction to follow up inorder to run the project locally.
To run the project on your local machine, install node version >= 16.15.0
- Clone the repository :
git clone git clone <your repo github link>
- Now sequentially run these commands in your termnal
cd client
npm install
cd ..
cd server
npm install
- Start the client
cd client
npm run dev
- 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. 🚀