An open API service indexing awesome lists of open source software.

https://github.com/mshahdevs/shah-s-notepad-react-


https://github.com/mshahdevs/shah-s-notepad-react-

Last synced: 1 day ago
JSON representation

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