Skip to content

Developer News Provider is an all-in-one web platform that delivers the latest tech news, real-time job opportunities, and AI-powered career tools for developers and job seekers. Built with the MERN stack, Tailwind CSS, and integrated with AI analytics, it offers personalized guidance, resume analysis, and startup insights—all in one dashboard.

Notifications You must be signed in to change notification settings

MohitSoni2021/post.dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer News Provider

Overview

Developer News Provider is a web application designed to keep users informed about the latest tech trends and job opportunities. The platform integrates multiple features in one place, allowing developers and job seekers to access up-to-date news, career insights, and advanced AI-powered analytics to improve their professional growth.

Screenshot from 2025-03-22 02-44-04 Screenshot from 2025-03-22 02-46-14 Screenshot from 2025-03-22 02-46-29 Screenshot from 2025-03-22 02-46-44

Features

1. Tech News and Job Opportunities

  • Stay updated with the latest technology news.
  • Get real-time job openings in various tech fields.
  • Filter job listings based on category and preference.

2. Learning and Startup Sections

  • Access a curated learning section for skill development.
  • Explore insights into the startup ecosystem and trends.

3. AI-Powered Career Tools

  • Resume Analytics AI: Analyze resumes and receive job recommendations.
  • Future Job Analytics: AI-driven insights on job prospects and industry trends.
  • Resume Score Provider: Get a score for your resume based on the chosen work sector.
  • AI Counselor: Personalized career guidance using AI.

4. User Engagement and Feedback

  • Users can provide feedback on each tool and feature.
  • Integration with social media platforms for updates and user interaction.
  • Monitor user activity to optimize features based on analytics.

Target Audience

  • Developers across different fields.
  • Job seekers looking for tech roles.
  • Newbies and freshers exploring opportunities in the industry.

Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Backend: Express.js, Node.js
  • Database: MongoDB, Redis, Firebase
  • Analytics & AI: D3.js, Generative AI
  • Real-time Communication: WebSockets
  • News Aggregation: Integrated news database for tech updates

Setup Instructions

Prerequisites

Ensure you have the following installed on your system:

  • Node.js & npm
  • MongoDB (if running locally)
  • Redis (optional, for caching performance)

Installation

  1. Clone the repository:
    git clone https://github.com/MohitSoni2021/post.dev.git
  2. Navigate to the project folder:
    cd post.dev
  3. Install dependencies:
    # Backend setup
    cd backend
    npm install
    
    # Frontend setup
    cd ../frontend
    npm install
  4. Configure environment variables in a .env file for both frontend and backend.

Running the Project

# Start backend server
cd backend
npm start

# Start frontend server
cd ../frontend
npm start

The application will be accessible in your web browser at http://localhost:3000.

Deployment

This project is live at: Testing Post Dev

It can also be deployed using platforms like Vercel or Netlify for the frontend, and AWS or Heroku for the backend. Ensure environment variables are correctly configured before deployment.

Challenges & Future Plans

  • Handling large-scale data and real-time updates.
  • Enhancing AI-powered analytics for better job recommendations.
  • Scaling up traffic and ensuring high availability.
  • Collaborating with organizations to generate revenue and improve services.

Contribution

We welcome contributions! Feel free to fork the repository, create a feature branch, and submit a pull request.

License

This project is licensed under the MIT License.

Contact

For inquiries or collaborations, reach out to [your contact details].

About

Developer News Provider is an all-in-one web platform that delivers the latest tech news, real-time job opportunities, and AI-powered career tools for developers and job seekers. Built with the MERN stack, Tailwind CSS, and integrated with AI analytics, it offers personalized guidance, resume analysis, and startup insights—all in one dashboard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%