Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 570 Bytes

Dnotebook-react

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

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.

To contribute

  1. Clone the repository
  2. cd into the clone repository
  3. run yarn
  4. To start the web page: yarn start and go to localhost:3000 to see the webpage