A React-based web application that clones the Guvi blog website, featuring a navigation menu with routes to different courses using React Router Dom.
- Navigation menu with routes to 11 different courses:
- All (Trending)
- Full Stack Development (FSD)
- Data Science
- Cyber Security
- AI/ML
- Blockchain
- Cloud Computing
- DevOps
- Digital Marketing
- Software Automation Testing
- UI/UX
- Each course page displays static content
- Responsive design using Bootstrap
- React.js
- React Router Dom
- Bootstrap
- Clone the repository:
git clone https://github.com/Yogadeepan29/React--Day-26--Guvi-Blog_Task.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the application in your web browser:
http://localhost:3000
Components
: contains reusable React components for the navigation menu, sidebar, and footerPages
: contains individual course pagesdata.js
: static content dataApp.jsx
: the main application component that renders the navigation menu, sidebar, and course pagesindex.js
: the entry point of the applicationpackage.json
: lists dependencies and scripts for the project
YOGADEEPAN.R
Check out the live demo: GUVI-Blog-clone