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.
- Host: GitHub
- URL: https://github.com/holedev/f8-clone
- Owner: holedev
- Created: 2021-10-17T18:23:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T15:53:26.000Z (about 1 year ago)
- Last Synced: 2025-05-15T05:34:41.959Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# F8 Clone Project

## 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