Skip to content

t1amat9409/SADEVCalender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SADEVCalender React.Component

Nothing much here, I created this around June last year, when I first heard of CodeSandBox.

Online Demo here

Usage

  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 />

To run project

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.

THE END!!!!

Releases

No releases published

Packages

No packages published