Notes-Keeper React App
https://mk-notes-keeper.netlify.app/
Website Link =>Getting Started
-
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
Paths & Files
Structure of the Folders & Files in this Repo :
.
├── 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