Keeper App is a note-taking app developed with ReactJs.Keeper App is an app where we can store our daily thoughts, tasks, lists, etc. into a bunch of dynamically rendered small digital white notes. This app has been developed using ReactJS. Through this app I familiarized myself with the fundamentals of ReactJS like working with components, props, working with hooks, with different states, complex states and managing the component tree.
Mitali Laroia
- Html
- css
- javascript
- ReactJS
git clone https://github.com/Mitali-laroia/Keep.git
or download the zip file from github.
After extracting the files,
- 1 .
cd Keep
- 2 .
npm install
- 3 .
npm start
To collaborate, reach me on [email protected]
- To get more help on the Javascript go check out the MDN Javascript Documentation.
- To get more help on the React go check out the Reactjs Documentation.