Skip to content

greatochuko/web-dev-stories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web-Dev-Stories: A Full Stack Blog Web App

Overview

Welcome to Web-Dev-Stories, a dynamic and engaging blog web app built with the MERN stack, TypeScript, and Tailwind CSS. This project aims to provide a platform for developers to share their web development experiences, insights, and knowledge. Whether you're a seasoned coder or just starting your journey, Web-Dev-Stories is the place to connect, learn, and inspire.

Tech Stack

  • MongoDB: A NoSQL database for storing blog data.
  • Express.js: A web application framework for building robust APIs.
  • React: A JavaScript library for building user interfaces.
  • Node.js: A runtime for executing server-side JavaScript.
  • TypeScript: Adds static typing for improved code quality.
  • Tailwind CSS: A utility-first CSS framework for a sleek and responsive design.

Features

  1. User Authentication: Create a personalized profile to manage your posts and engage with the community.

  2. Rich Text Editor: Craft your stories with a powerful and user-friendly rich text editor.

  3. Comments and Interactivity: Foster community engagement with built-in comments on each post.

  4. Search and Filters: Easily discover relevant posts with robust search and filtering options.

  5. Responsive Design: Enjoy a seamless user experience across various devices.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/your-username/web-dev-stories.git
  2. **Install Frontend Dependencies: **

    cd web-dev-stories/client
    npm install
  3. Install Backend Dependencies:

    cd web-dev-stories/server
    npm install
  4. Run the Express API:

    cd web-dev-stories/server
    npm run dev
  5. Run the React App:

    cd web-dev-stories/client
    npm run dev
  6. Visit http://localhost:5173 in your browser.

Thank you for choosing Web-Dev-Stories! Happy coding! 🚀🌐

About

Programming Blog Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors