Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 623 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 623 Bytes

Web Challenges for Learners

This project offers a series of web challenges designed to cater to learners of all proficiency levels, aiming to provide a fundamental understanding of web development concepts.

Challenge Focus

  • Basic Concepts: Each challenge targets fundamental web development concepts.
  • Progressive Difficulty: Challenges are structured to accommodate learners at various skill levels, from beginners to intermediate.

Spin up a Server

$ python3 -m http.server [PORT (default:8000)]

and then visit localhost:8000