https://github.com/javascriptdata/dnotebook-react
React version of Dnotebook
https://github.com/javascriptdata/dnotebook-react
Last synced: about 7 hours ago
JSON representation
React version of Dnotebook
- Host: GitHub
- URL: https://github.com/javascriptdata/dnotebook-react
- Owner: javascriptdata
- Created: 2020-11-10T17:41:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T11:25:54.000Z (almost 4 years ago)
- Last Synced: 2023-03-08T06:54:06.484Z (about 2 years ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dnotebook-react
Recreating the essential part of [Dnotebook](https://playnotebook.jsdata.org/) using react. See old repo [here](https://github.com/opensource9ja/dnotebook)
## Component Structure
Cell.js --> Contains all operation pertaining to a cell blockApp.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