Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.