Skip to content

javascriptdata/dnotebook-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b0bcf05 · Jun 3, 2021

History

56 Commits
May 30, 2021
Jun 2, 2021
Jun 2, 2021
Dec 11, 2020
Apr 12, 2021
May 18, 2021
Dec 11, 2020
Jun 2, 2021
May 18, 2021
May 18, 2021
Jun 2, 2021

Repository files navigation

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