Skip to content

Commit d018e06

Browse files
committed
first commit
0 parents  commit d018e06

45 files changed

Lines changed: 18585 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ISC License
2+
3+
Copyright (c) 2020, Shashi Kant Yadav
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Country Details App
2+
3+
Codebin is developed in [ReactJS](https://reactjs.org/) framework and [Ant Design](https://ant.design/) UI library. The user friendly online compiler that allows us to write code of various programming languages and run it online. We can customize the code language and the theme of our choice.
4+
5+
### Demo : [Link]()
6+
7+
### Screenshots :
8+
9+
<p align="center">
10+
<img src="./src/assets/demo.png">
11+
</p>
12+
13+
### Built With :
14+
15+
- [ReactJS](https://reactjs.org/)
16+
- [Ant Design](https://ant.design/)
17+
- [CodeMirror](https://codemirror.net/)
18+
19+
### Developed By :
20+
21+
- [Shashi Kant Yadav](https://github.com/imboss712)
22+
23+
### License :
24+
25+
- [ISC License](https://choosealicense.com/licenses/isc/)

0 commit comments

Comments
 (0)