/GUVI-blogs

GUVI-blogs site is built to demonstrate the routing procedure in a react website

Primary LanguageJavaScript

GUVI Blogs

A React-based blog platform with dynamic routing using react-router-dom. The platform allows users to navigate through various blog categories and view detailed information about each blog.

Features 🌟

  • Home page with a list of blog categories.
  • Dynamic routing for blog categories and individual blog details.
  • Uses NavLink for navigation and useParams to fetch dynamic routes.
  • Responsive design with Bootstrap for styling.

Techs used πŸš€

  • React
  • JSX
  • HTML/CSS
  • Bootstrap

Components πŸ“š

  • Home
  • Blogs
  • Blogcard -> (All, Full stack, Data Science, Cyber Security, Career)
    • Blogdetails -> for each Blogcard

Routing πŸ—ΊοΈ

  • Home: /
  • Blogs: /blogs
  • All Blogs: /blogs/all
  • Full stack Blogs: /blogs/fullstack
  • Data science Blogs: /blogs/datascience
  • Cyber security Blogs: /blogs/cybersecurity
  • Career Blogs: /blogs/career
  • Blog content: /blogs/:blogId for details on each card route

Feel free to visit the deployed site here πŸ”—