https://github.com/lemoncode/code-paster
https://github.com/lemoncode/code-paster
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemoncode/code-paster
- Owner: Lemoncode
- Created: 2020-09-15T12:49:12.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-08-12T08:24:38.000Z (7 months ago)
- Last Synced: 2025-08-12T10:23:02.104Z (7 months ago)
- Language: TypeScript
- Size: 8.46 MB
- Stars: 36
- Watchers: 10
- Forks: 18
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Code Paster is a Teacher-to-Student communication tool for online programming lessons. Create a new session and easily share your code with all students connected so they can follow along with your examples.
Click here to navigate to Codepaster
## Table of Contents
- [About the Project](#about-the-project)
- [Built With](#built-with)
- [Roadmap](#roadmap)
- [License](#license)
## About The Project
During your programming online lessons you will write hundreds of lines of code and dozens of snippets. For students following along with the code there's nothing more annoying than falling behind the explanation because of a small typo or a missed variable. With Code Paster you can simply copy your code examples and share it in real time with your classroom.
This project was developed by Lemoncode Frontend Master students:
### Built With
- [React](https://github.com/facebook/react/)
- [Material-UI](https://material-ui.com/)
- [Socket.io](https://socket.io/)
## Roadmap
See the [open issues](https://github.com/Lemoncode/code-paster/issues) for a list of proposed features (and known issues).
## License
Distributed under the MIT License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/Lemoncode/code-paster.svg?style=flat-square
[contributors-url]: https://github.com/Lemoncode/code-paster/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Lemoncode/code-paster.svg?style=flat-square
[forks-url]: https://github.com/Lemoncode/code-paster/network/members
[stars-shield]: https://img.shields.io/github/stars/Lemoncode/code-paster.svg?style=flat-square
[stars-url]: https://github.com/Lemoncode/code-paster/stargazers
[issues-shield]: https://img.shields.io/github/issues/Lemoncode/code-paster.svg?style=flat-square
[issues-url]: https://github.com/Lemoncode/code-paster/issues
[license-shield]: https://img.shields.io/github/license/Lemoncode/code-paster.svg?style=flat-square
[license-url]: https://github.com/Lemoncode/code-paster/blob/master/LICENSE.txt