Commit Graph

3 Commits

Author SHA1 Message Date
68d9d00123 feat: add text file reader with normalization and stats preview
Adds a new script to read local text files, normalize line endings, and display character statistics and previews. The script handles missing data files gracefully by using a fallback sample and provides detailed output including total characters, unique characters, and a 200-character preview with literal newline representations.
2025-09-23 12:44:22 -04:00
b1bb6fc705 docs: update README with improved formatting and structured content
- Reformatted the README for better readability with consistent indentation and line breaks
- Restructured course outline with clear lesson numbering and descriptions
- Added detailed getting started instructions with step-by-step setup process
- Included repository layout diagram showing file organization
- Enhanced requirements section with clearer dependency structure
- Added what to expect section outlining project characteristics and learning approach
2025-09-23 12:01:01 -04:00
272172e87c Creating the project. 2025-09-23 11:54:02 -04:00