Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 452 Bytes

File metadata and controls

13 lines (7 loc) · 452 Bytes

Dnotebook-react

Recreatiing the essential part of Dnotebook using react. See old repo here

Disclaimer: UI is not fancy (no css is used for now).

Component Structure

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.