https://github.com/harshmakadia/notes-app-webpack
Note taking app using webpack
https://github.com/harshmakadia/notes-app-webpack
babel eslint localstorage notes-app reactjs webpack
Last synced: 2 months ago
JSON representation
Note taking app using webpack
- Host: GitHub
- URL: https://github.com/harshmakadia/notes-app-webpack
- Owner: Harshmakadia
- Created: 2019-03-02T17:45:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T10:52:53.000Z (over 7 years ago)
- Last Synced: 2025-06-15T11:05:40.340Z (about 1 year ago)
- Topics: babel, eslint, localstorage, notes-app, reactjs, webpack
- Language: JavaScript
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note taking app using React Webpack
## Introduction
A Note taking app which saves instantly as you keep on writing your notes.
The Note details are stored in the localStorage so your notes will be there even after frequent page reloads
## Features
- Add a new note (default it will have name as `untitled`)
- Add more notes clicking on Add button multiple times (Notes names will be named as `untitled1`, `untitled2`,.....`untitledN`)
- Clicking on the Notes in the sidebar will reveal the note
- Update the existing note
- Search of different notes you want
- Since no backend is involved in the project, Notes data is stored in the localStorage
- No validation needed as you are free to write whatever you want in the notes :XD
- Collapse sidebar whenever you wish too
- Handcrafted using Bootstrap and no other libraries used
## Installation
* `git clone git@github.com:Harshmakadia/notes-app-webpack.git`
* cd notes-app-webpack
* npm install
* npm start
* visit `http://localhost:8080/`
## Demo Details
## [Demo Link](https://notes-taker.netlify.com/)
## Head to the link and start taking the notes you wish too
## Happy Notes Taking!