{"id":24409453,"url":"https://github.com/priyanshuuranjan/pasteapp","last_synced_at":"2026-04-08T16:01:35.347Z","repository":{"id":271003442,"uuid":"871559875","full_name":"priyanshuuranjan/PasteApp","owner":"priyanshuuranjan","description":"Built a notes saver app with React, Tailwind CSS, and Redux Toolkit, storing all notes locally in the browser for fast access.","archived":false,"fork":false,"pushed_at":"2025-01-27T18:15:43.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T03:28:47.454Z","etag":null,"topics":["notes","reactjs","redux","talwindcss"],"latest_commit_sha":null,"homepage":"https://nanonotes.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/priyanshuuranjan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-12T09:51:51.000Z","updated_at":"2025-01-27T18:15:47.000Z","dependencies_parsed_at":"2025-01-04T18:26:02.638Z","dependency_job_id":"22263a0b-083e-417c-aef5-b4923c8fa642","html_url":"https://github.com/priyanshuuranjan/PasteApp","commit_stats":null,"previous_names":["priyanshuuranjan/pasteapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/priyanshuuranjan/PasteApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyanshuuranjan%2FPasteApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyanshuuranjan%2FPasteApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyanshuuranjan%2FPasteApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyanshuuranjan%2FPasteApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/priyanshuuranjan","download_url":"https://codeload.github.com/priyanshuuranjan/PasteApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyanshuuranjan%2FPasteApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["notes","reactjs","redux","talwindcss"],"created_at":"2025-01-20T05:58:02.694Z","updated_at":"2026-04-08T16:01:35.324Z","avatar_url":"https://github.com/priyanshuuranjan.png","language":"JavaScript","readme":"# 📓 Notes Saver\n\nA simple and efficient note-taking application built using **React**, **Tailwind CSS**, and **Redux Toolkit**, with local browser storage to save and manage notes.\n\n## ✨ Features\n\n- 📝 **Add, edit, and delete notes**: Seamlessly manage your notes.\n- 💾 **Local Storage**: All notes are stored directly in your browser, ensuring quick access without the need for an internet connection or external databases.\n- 📱 **Responsive Design**: Built with **Tailwind CSS** for a mobile-friendly and sleek user interface.\n- ⚡ **Redux Toolkit**: Efficiently manages the global state of the notes for smooth interactions.\n\n## 🛠️ Technologies Used\n\n- ⚛️ **React**: For building the user interface\n- 🎨 **Tailwind CSS**: For responsive and modern styling.\n- 🗂️ **Redux Toolkit**: For managing the global state of the application.\n- 💻 **Local Storage API**: For storing notes directly in the browser.\n\n## 🚀 Installation and Setup\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/priyanshuuranjan/notes-saver.git\n   ```\n\n2. **Navigate to the project directory**:\n   ```bash\n   cd notes-saver\n   ```\n\n3. **Install the dependencies**:\n   ```bash\n   npm install\n   ```\n\n4. **Start the development server**:\n   ```bash\n   npm start\n   ```\n\n5. Open your browser and go to:\n   ```\n   http://localhost:3000\n   ```\n\n## ⚙️ How It Works\n\n- ✍️ **Adding Notes**: Enter your note content in the input field and click the \"Add Note\" button.\n- ✏️ **Editing Notes**: Click on a note to edit it.\n- 🗑️ **Deleting Notes**: Remove a note by clicking the \"Delete\" button next to it.\n\nAll notes are saved automatically in the browser's local storage and will remain there until manually cleared.\n\n## 📂 Folder Structure\n\n```\n├── public\n│   ├── index.html\n├── src\n│   ├── components\n│   │   ├── Note.js\n│   │   ├── NoteList.js\n│   ├── redux\n│   │   ├── store.js\n│   │   ├── noteSlice.js\n│   ├── App.js\n│   ├── index.js\n│   └── styles\n│       └── tailwind.css\n```\n\n## 🤝 Contributing\n\nFeel free to contribute by submitting a pull request or reporting any issues. Any contributions, whether it's fixing bugs or improving documentation, are welcome!\n\n## 📜 License\n\nThis project is licensed under the MIT License.\n\n## 📧 Contact\n\nFor any questions or feedback, please reach out:\n\n- **Email**: priyanshumth0808@gmail.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyanshuuranjan%2Fpasteapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriyanshuuranjan%2Fpasteapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyanshuuranjan%2Fpasteapp/lists"}