https://github.com/thinktankshark/note-board
A React application to create web notes with Bootstrap & jQuery UI
https://github.com/thinktankshark/note-board
Last synced: 22 days ago
JSON representation
A React application to create web notes with Bootstrap & jQuery UI
- Host: GitHub
- URL: https://github.com/thinktankshark/note-board
- Owner: ThinkTankShark
- License: mit
- Created: 2016-06-11T19:31:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-11T20:23:51.000Z (about 10 years ago)
- Last Synced: 2025-01-11T20:41:50.187Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 464 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# note-board
A React application to create web notes!
## Dependencies:
* babel-cli 6.4.0
* babel-preset-react 6.5.0
* react-0.13.3
* bootstrap 3.3.4
* jQuery UI 1.11.4
## Installation Notes:
```
npm install // To install all the dependencies
npm run build // To build the application
npm start // To start the server on port 4000
// You can change your port # inside the package.json under the scripts object
```
## User Stories:
___
* User can create a note (randomly position functionality)
* User can edit or delete a note
* User can save a new note
* User can drag the note position using jQuery UI
## Screen Shot:
