Recreating the essential part of Dnotebook using react. See old repo here
Cell.js --> Contains all operation pertaining to a cell block
App.js --> Manage all cells block and general operations like Downloading and Uploading of Notebook
Index.js --> Renders the App.
- Clone the repository
- cd into the clone repository
- run
yarn
- To start the web page:
yarn start
and go tolocalhost:3000
to see the webpage