https://github.com/mshahdevs/shah-s-notepad-react-
https://github.com/mshahdevs/shah-s-notepad-react-
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mshahdevs/shah-s-notepad-react-
- Owner: mshahdevs
- Created: 2025-03-23T10:53:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T12:46:28.000Z (over 1 year ago)
- Last Synced: 2025-10-24T22:35:06.286Z (9 months ago)
- Language: JavaScript
- Homepage: https://mshahdevs-notepad-react.vercel.app
- Size: 734 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
# _Why This Project Matters to Me_
=> Building this notepad wasn’t just about coding; it was about creating something that could make a difference in someone’s life. I wanted to build a tool that not only helps people stay organized but also encourages them to dream big, plan effectively, and reflect on their journey. Every note added, every task completed—it’s a step toward achieving something greater.
Project Folder Structure /
├─ .gitignore
├─ eslint.config.js
├─ index.html
├─ package-lock.json
├─ package.json
├─ postcss.config.js
├─ public/
│ └─ vite.svg
├─ README.md
├─ src/
│ ├─ App.css
│ ├─ App.jsx
│ ├─ assets/
│ │ ├─ nav1.jpeg
│ │ ├─ nav2.jpeg
│ │ ├─ nav3.jpeg
│ │ ├─ navbar (4).jpeg
│ │ ├─ navbar (5).jpeg
│ │ ├─ profile.png
│ │ └─ react.svg
│ ├─ components/
│ │ ├─ Button.jsx
│ │ ├─ Input.jsx
│ │ ├─ Modal.jsx
│ │ ├─ NewProject.jsx
│ │ ├─ NoProjectSelect.jsx
│ │ ├─ ProjectSidebar.jsx
│ │ ├─ SelectedProject.jsx
│ │ └─ Task/
│ │ ├─ NewTask.jsx
│ │ └─ Tasks.jsx
│ ├─ index.css
│ └─ main.jsx
├─ tailwind.config.js
└─ vite.config.js