https://github.com/42-pool/42-pool.github.io
All C exercises from the 42 Piscine days
https://github.com/42-pool/42-pool.github.io
1337school 42school c-language piscine42 pool
Last synced: 3 months ago
JSON representation
All C exercises from the 42 Piscine days
- Host: GitHub
- URL: https://github.com/42-pool/42-pool.github.io
- Owner: 42-pool
- License: mit
- Created: 2025-05-18T03:45:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-04T01:05:36.000Z (4 months ago)
- Last Synced: 2025-06-04T08:41:50.163Z (4 months ago)
- Topics: 1337school, 42school, c-language, piscine42, pool
- Language: JavaScript
- Homepage: https://42-pool.github.io
- Size: 131 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 42 School | Pool Days
This project documents progress at the 42 School | Pool, one day at a time.
## Features
- **Table of Contents**: Automatically generated navigation for easy access.
- **Code Highlighting**: Syntax highlighting for C and other languages using Highlight.js.
- **Markdown Rendering**: Converts Markdown content to HTML using Marked.js.## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/42-pool/42-pool.github.io.git
cd pool
```2. Open `index.html` in your browser or use a live server to view the project.
3. Edit the json file to add or modify days. Each day should have a title, and a list of exercises.
4. Open a PR to add your day to the project.
5. The project will automatically generate a table of contents and render the content in HTML.
## Dependencies
- [Marked.js](https://github.com/markedjs/marked) for Markdown rendering.
- [Highlight.js](https://highlightjs.org/) for syntax highlighting.## Author
Created by [VΞNØM](https://discord.com/users/venomized.exe).
## License
This project is licensed under the MIT License.