30 Days CodeCamp is a free online bootcamp designed to teach front-end web development. The project is built with pure HTML, CSS, and JavaScript, focusing on clean code, responsive design, and SEO best practices.
- Fully Responsive Design: Optimized for a seamless experience on mobile, tablet, and desktop devices.
- SEO Optimized: Implemented comprehensive SEO strategies including:
- Keyword-rich titles and meta descriptions.
robots.txt
andsitemap.xml
for better search engine crawling.- JSON-LD structured data for rich search results.
- Open Graph and Twitter Card meta tags for enhanced social sharing.
- Interactive Mobile Navigation: A clean, user-friendly mobile menu built with JavaScript.
- Modern UI/UX: A clean and visually appealing design with a focus on user experience.
- Performance-Oriented: Includes resource preloading, DNS prefetching, and preconnecting for faster load times.
- Accessible: Uses semantic HTML and ARIA labels to improve accessibility for all users.
No complex setup is required to run this project. Simply follow these steps:
- Clone the repository:
git clone https://github.com/Eyozy/codemarch-academy.git
- Navigate to the project directory:
cd codemarch-academy
- Open
index.html
in your browser:- You can right-click the
index.html
file and choose "Open with" your preferred browser. - Alternatively, you can use a live server extension in your code editor (like VS Code's "Live Server") for a better development experience.
- You can right-click the