https://github.com/miskibin/learn-cpp
https://github.com/miskibin/learn-cpp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miskibin/learn-cpp
- Owner: miskibin
- Created: 2024-06-06T17:02:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T12:14:40.000Z (over 1 year ago)
- Last Synced: 2025-01-23T20:56:49.704Z (11 months ago)
- Language: JavaScript
- Homepage: https://michalskibinski109.github.io/learn-cpp/
- Size: 7.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Learning Project
## [Website](https://michalskibinski109.github.io/learn-cpp/)
Welcome to our C++ Learning Project! This project is a collection of notes, code snippets, and explanations of complex C++ concepts. Whether you're just starting out with C++ or looking to deepen your understanding of a specific topic, there's something here for you.
## Getting Started
These notes are organized by topic, so you can easily find the information you're looking for. To get the most out of these notes, we recommend watching the original course videos and then reviewing the corresponding notes to reinforce what you've learned.
## Contributing
We welcome contributions from everyone. Whether you want to fix a typo, add a new section, or improve an existing one, your help is greatly appreciated.
## Building the Project
This project uses [Docusaurus](https://docusaurus.io/), a modern static website generator. To build the project, run the following command:
```sh
$ yarn build
```
## Running Locally
To start a local development server, run the following command:
```sh
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
## Acknowledgments
- The C++ course by [The Cherno](https://www.youtube.com/watch?v=18c3MTX0PK0&list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb&pp=iAQB) for providing the original learning material.
Happy learning!