=> This Notes-Keeper React app is an user-friendly and efficient note-taking application. Users can easily create, edit, and delete notes using the intuitive interface.
Project's Live Website Link => https://mk-notes-keeper.netlify.app/
-
To get started with this project, you will need to have
Node.js
andNPM
installed on your system -
First, you need to open a
Terminal
in your system andClone
this repository by using :
git clone https://github.com/Mk4Levi/MK-Notes-Keeper.git
- Navigate to the Project's directory :
cd MK-Notes-Keeper
- Install all Dependencies used in this Project :
npm install
- Finally, host it on local server :
npm run dev
- Now just search this in your browser to view the live running application in your Local sysytem :
http://localhost:5173
.
├── public
│ └──images
| └──index.html
├── src
│ ├── components
│ ├── CreateNote.jsx
│ ├── Footer.jsx
│ ├── Header.jsx
│ ├── Note.jsx
│ ├── css
│ ├── style.css
│ ├── App.jsx
│ ├── index.jsx
├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js