Nothing much here, I created this around June last year, when I first heard of CodeSandBox.
Online Demo here
import SADEVCalender from './SADEVCalender' //or any path to SADEVCalender
/* ..... Some other code/imports here */
//Use it, please note this componet will take 100vw x 100vh of your device. Basically fullscreen.
//But you can edit it however you may want, my job is done here
<SADEVCalender />
Download the zip file or git clone it :
git clone https://github.com/t1amat9409/SADEVCalender.git
Then cd to it's path
cd path/to/the/extracted/folder
//Run npm or yarn install
npm install && npm start
Your copy of the project will be running at localhost:3000.
So yup, I created this project, just experimenting with CodeSandBox, but now I use it every now and then, I almost ran out of sandboxes to create.