{"id":26351376,"url":"https://github.com/swiichycode/notetakingwebapps","last_synced_at":"2026-02-25T10:11:03.014Z","repository":{"id":263339413,"uuid":"889149658","full_name":"SwiichyCode/notetakingwebapps","owner":"SwiichyCode","description":"A cutting-edge web application built with Next.js 15, leveraging the latest features and best practices for modern web development. The project is architected using the clean architecture, promoting a clean separation of concerns and enhancing maintainability.","archived":false,"fork":false,"pushed_at":"2025-02-11T13:19:10.000Z","size":1023,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T05:46:23.348Z","etag":null,"topics":["clean-architecture","nextjs15"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/SwiichyCode.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-11-15T17:51:44.000Z","updated_at":"2025-02-11T13:19:13.000Z","dependencies_parsed_at":"2025-02-10T13:24:25.448Z","dependency_job_id":"da3e34e0-f209-48ba-bf5c-27d2bd764e20","html_url":"https://github.com/SwiichyCode/notetakingwebapps","commit_stats":null,"previous_names":["swiichycode/notetakingwebapps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SwiichyCode/notetakingwebapps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiichyCode%2Fnotetakingwebapps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiichyCode%2Fnotetakingwebapps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiichyCode%2Fnotetakingwebapps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiichyCode%2Fnotetakingwebapps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SwiichyCode","download_url":"https://codeload.github.com/SwiichyCode/notetakingwebapps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiichyCode%2Fnotetakingwebapps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29817296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: 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":["clean-architecture","nextjs15"],"created_at":"2025-03-16T10:31:35.361Z","updated_at":"2026-02-25T10:11:02.997Z","avatar_url":"https://github.com/SwiichyCode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Note Taking Web App\n\n## Project Objective\n\nThis project is a note-taking application developed with Next.js, TypeScript, and Tailwind CSS. It aims to demonstrate\nthe application of SOLID principles and clean architecture to create a robust, maintainable, and scalable codebase that\ncan be extended to larger projects.\n\n## Project Structure\n\nThe project is structured according to clean architecture principles, promoting a clear separation of concerns and\nindependence from specific frameworks and technologies. Here is an overview of the main structure:\n\n- **src/app**: Contains the application pages, organized by features (e.g., dashboard, auth).\n- **src/core**: Groups reusable components, actions, and application services. This is where clean architecture is\n  primarily implemented.\n- **src/config**: Contains global configurations, including routes and mocks.\n- **prisma**: Manages database configuration and Prisma schemas.\n\n## SOLID Principles and Clean Architecture\n\n- **Single Responsibility Principle (SRP)**: Each module or class has a single well-defined responsibility.\n- **Open/Closed Principle (OCP)**: The system is open to extension but closed to modification, facilitating the addition\n  of new features without altering existing code.\n- **Liskov Substitution Principle (LSP)**: Objects of a derived class can replace objects of the base class without\n  altering the program's functionality.\n- **Interface Segregation Principle (ISP)**: Interfaces are client-specific, avoiding unnecessary dependencies.\n- **Dependency Inversion Principle (DIP)**: High-level modules do not depend on low-level modules but on abstractions.\n\nClean architecture allows for the separation of business logic from user interfaces and infrastructures, making the code\nmore testable and adaptable to technological changes.\n\n## Key Features\n\n- **Authentication**: User management with actions for registration, login, and password reset.\n- **Note Taking**: Creation, display, and management of notes with navigation and filtering features.\n- **User Interface**: Utilizes Tailwind CSS for a responsive and modern design, with integrated UI components.\n\n## Setup\n\nTo start the project locally, follow these steps:\n\n1. Clone the repository: `git clone \u003crepo-url\u003e`\n2. Install dependencies: `npm install`\n3. Configure environment variables in a `.env` file.\n4. Start the development server: `npm run dev`\n5. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n## Project Goal\n\nThe goal of this project is to serve as a model for modern web applications, emphasizing best development practices such\nas the use of reusable components, effective state management, and integration of third-party services. It is designed\nto be easy to set up while providing a robust foundation for more complex projects.\n\n## Technologies Used\n\n- **Next.js**: React framework for server-side rendering and static site generation.\n- **TypeScript**: A superset of JavaScript for better type management and increased code safety.\n- **Tailwind CSS**: A utility-first CSS framework for rapid and responsive design.\n- **Prisma**: An ORM for simplified database interaction.\n\n## Contribution\n\nContributions are welcome! Feel free to open an issue or a pull request to propose improvements or report bugs.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiichycode%2Fnotetakingwebapps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswiichycode%2Fnotetakingwebapps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiichycode%2Fnotetakingwebapps/lists"}