An open API service indexing awesome lists of open source software.

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

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.