This repository records my front-end learning journey, including daily practice exercises while studying web development fundamentals.
- HTML & CSS
- Responsive Web Design
- Bootstrap 5
- JavaScript Basics
- JavaScript Array & Array Methods
Each folder represents one learning day with practice exercises.
- Clone this repository:
git clone https://github.com/NV-DuyManh/FRONT_END.git
- Open the project folder in VS Code
- Open any .html file in your browser or use Live Server for a better experience
- Open JavaScript files in VS Code and check the output using the browser Console
- HTML semantic structure
- CSS layout techniques (Flexbox, Position)
- Responsive design with Media Queries
- Bootstrap 5 components & grid system
- JavaScript variables (var, let, const)
- JavaScript array methods (map, filter, reduce, sort, some, every)
Build a solid foundation in front-end development and improve coding skills through continuous practice.