{"id":25478423,"url":"https://github.com/alekyareddy777/assignment-notes","last_synced_at":"2026-04-14T04:01:38.868Z","repository":{"id":277990813,"uuid":"934152306","full_name":"AlekyaReddy777/Assignment-notes","owner":"AlekyaReddy777","description":"A notes app built using MERN stack (MongoDB, Express, React and Node.js)","archived":false,"fork":false,"pushed_at":"2025-02-17T11:46:20.000Z","size":7592,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T12:29:26.197Z","etag":null,"topics":["expressjs","full-stack","javascript","nodejs","note-app","notes","react","webdevelopment"],"latest_commit_sha":null,"homepage":"https://notes-frontend-six.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlekyaReddy777.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-17T11:08:00.000Z","updated_at":"2025-02-17T12:01:17.000Z","dependencies_parsed_at":"2025-02-17T12:40:58.192Z","dependency_job_id":null,"html_url":"https://github.com/AlekyaReddy777/Assignment-notes","commit_stats":null,"previous_names":["alekyareddy777/assignment-notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekyaReddy777%2FAssignment-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekyaReddy777%2FAssignment-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekyaReddy777%2FAssignment-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekyaReddy777%2FAssignment-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlekyaReddy777","download_url":"https://codeload.github.com/AlekyaReddy777/Assignment-notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239489046,"owners_count":19647317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["expressjs","full-stack","javascript","nodejs","note-app","notes","react","webdevelopment"],"created_at":"2025-02-18T14:32:24.061Z","updated_at":"2025-11-06T09:30:31.404Z","avatar_url":"https://github.com/AlekyaReddy777.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nNotes App\nObjective\nBuild a Simple Notes App using the specified tech stack. The application should allow users to efficiently create, update, and organise notes.\n\nTech Stack\nFrontend: React.js, React Router DOM\nBackend: Node.js, Express.js\nDatabase: SQLite\n\nFeatures and Flow\n1. User Authentication\nImplement user signup and login functionality.\nStore hashed passwords securely.\nUse JWT for authentication.\nAfter successful login, redirect users to the dashboard.\n\n2. Dashboard\nDisplay a list of notes with the following details:\nTitle\nContent\nCreated Date\nLast Updated Date\nCategory (Personal, Work, Study, Others)\nAllow users to:\nAdd new notes\nEdit existing notes (title, content, category).\nDelete notes.\nSearch notes by title or content.\nFilter notes by category.\n\n3. Note Management\nUsers should be able to:\nView all notes in a table or card format.\nClick on a note to view its details.\nPin important notes (Pinned notes appear at the top).\nMark a note as archived (Move to an archive section instead of deleting).\nRestore archived notes back to active notes.\n\n4. Database Design (SQLite)\nUsers Table\nColumn\nType\nDescription\nid\nINTEGER (Primary Key)\nUnique User ID\nname\nTEXT\nUser's Name\nemail\nTEXT (Unique)\nUser's Email\npassword\nTEXT\nHashed Password\ncreated_at\nDATETIME\nAccount Created Time\n\nNotes Table\nColumn\nType\nDescription\nid\nINTEGER (Primary Key)\nUnique Note ID\ntitle\nTEXT\nNote Title\ncontent\nTEXT\nNote Content\ncategory\nTEXT\nPersonal, Work, Study, etc.\ncreated_at\nDATETIME\nDate Created\nupdated_at\nDATETIME\nLast Modified Date\npinned\nBOOLEAN\nIf the note is pinned\narchived\nBOOLEAN\nIf note is archived\nuser_id\nINTEGER (Foreign Key)\nReferences Users Table\n\n\n5. API Endpoints\nUser Authentication\nPOST /signup – Register a user.\nPOST /login – Authenticate user and return JWT token.\nNote Management\nGET /notes – Fetch all notes for a user.\nPOST /notes – Create a new note.\nPUT /notes/:id – Update a note.\nDELETE /notes/:id – Delete a note.\nPATCH /notes/:id/pin – Pin/unpin a note.\nPATCH /notes/:id/archive – Archive/unarchive a note.\n\nBonus (Optional)\n✅ Implement search and filter functionality for notes.\n✅ Add pagination for note lists.\n✅ Use httpOnly cookies for secure authentication.\n✅ Deploy the application online.\n\nEvaluation Criteria\nProper usage of the tech stack.\nSecure authentication \u0026 authorization.\nWell-structured code architecture.\nClean UI/UX.\nEfficient database design.\nProper error handling.\n\nDeployment\nDeploy the backend (e.g., Render).\nDeploy the frontend (e.g., Vercel, Netlify).\nProvide a Postman collection for API testing.\n\nAssignment Submission Guidelines\nSubmit your GitHub Repository link \nSubmit your deployed application link.\nSubmit a Loom video recording explaining your project Code \u0026 output and functionality.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekyareddy777%2Fassignment-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falekyareddy777%2Fassignment-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekyareddy777%2Fassignment-notes/lists"}