Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmingwithgaurav/codbox
This is a code box website used to push code.
https://github.com/programmingwithgaurav/codbox
ejs express mongoose nodejs prism-js typed-js
Last synced: about 7 hours ago
JSON representation
This is a code box website used to push code.
- Host: GitHub
- URL: https://github.com/programmingwithgaurav/codbox
- Owner: ProgrammingWithGaurav
- Created: 2021-09-30T15:38:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T09:44:55.000Z (about 3 years ago)
- Last Synced: 2023-10-30T12:28:25.137Z (about 1 year ago)
- Topics: ejs, express, mongoose, nodejs, prism-js, typed-js
- Language: JavaScript
- Homepage: https://my-code-box.herokuapp.com/codebox
- Size: 3.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Box
This is a website i used to push Code.
### Tools used:
- Nodejs
- EJs
- Express
- Mongo
- Typed.js
- prism.js#### live :
- https://my-code-box.herokuapp.com/## Screenshots
![App Screenshot](./public/img/screenshot-1.png)
![App Screenshot](./public/img/screenshot-2.png)
![App Screenshot](./public/img/screenshot-3.png)
![App Screenshot](./public/img/screenshot-4.png)
## Installation
To install project run the command in the terminal
```
npm i
```
```
node app.js
```
## Features
- upload file
- Code copy to clipboard button
- see others codeboxes
If you want update this project you can do by adding features like:
- multiple files support
- add more language support#### I am regularly updating this project by adding some more features.