An open API service indexing awesome lists of open source software.

https://github.com/holedev/f8-clone

Vietnamese-language coding education platform providing web development courses. Clone of the F8 learning platform.
https://github.com/holedev/f8-clone

Last synced: 4 months ago
JSON representation

Vietnamese-language coding education platform providing web development courses. Clone of the F8 learning platform.

Awesome Lists containing this project

README

          

# F8 Clone Project

![F8 Logo](assests/img/f8_icon.png)

## Overview
Vietnamese-language coding education platform providing web development courses. Clone of the F8 learning platform.

## Features
- Interactive course browser
- Responsive design
- Image slider component
- Modular JavaScript architecture
- Mock data system

## Tech Stack
- HTML5, CSS3, Vanilla JavaScript
- No external frameworks
- Component-based architecture

## Project Structure
```
f8-clone/
├── assests/
│ ├── css/ # Stylesheets
│ ├── img/ # Image assets
│ └── js/ # JavaScript modules
├── index.html # Main entry point
└── courses.html # Course listing page
```

## Getting Started
1. Clone repository
2. Open index.html in browser
3. No build step required

## Development Status
✅ Completed:
- Core layout
- Slider component
- Base styling

🚧 In Progress:
- Mobile responsiveness
- Course interactions

📝 Todo:
- Search functionality
- User authentication