https://github.com/devsubid/mynotebook
MyNotebook by Subid using react.js
https://github.com/devsubid/mynotebook
note-taking notebook notes notes-app reactjs
Last synced: 5 months ago
JSON representation
MyNotebook by Subid using react.js
- Host: GitHub
- URL: https://github.com/devsubid/mynotebook
- Owner: devsubid
- License: gpl-3.0
- Created: 2022-09-19T13:48:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T10:33:51.000Z (over 3 years ago)
- Last Synced: 2025-02-12T22:51:26.320Z (about 1 year ago)
- Topics: note-taking, notebook, notes, notes-app, reactjs
- Language: JavaScript
- Homepage: https://itsme-subid.github.io/MyNotebook/
- Size: 1.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [MyNotebook](https://itsme-subid.github.io/MyNotebook/)

The agenda of this repository is to help others and myself too.
I personally found it very useful for many times, generally I code a program but forget it very frequently, so this repository help by easy accessibility to my code and also easy to go through the Source code.
## Installation
React has been designed for gradual adoption from the start, and **you can use as little or as much React as you need**:
- Use [Online Playgrounds](https://reactjs.org/docs/getting-started.html#online-playgrounds) to get a taste of React.
- [Add React to a Website](https://reactjs.org/docs/add-react-to-a-website.html) as a `` tag in one minute.
- [Create a New React App](https://reactjs.org/docs/create-a-new-react-app.html) if you're looking for a powerful JavaScript toolchain.
## Clone the project
Go to Project Directory and open `Command Prompt`
```bash
cd C:\Users\{User Name}\Documents\{Project Directory}
```
```bash
git clone git@github.com:itsme-Subid/MyNotebook.git
```