{"id":15095777,"url":"https://github.com/gonferreyra/note-code","last_synced_at":"2026-01-06T09:32:39.405Z","repository":{"id":255421767,"uuid":"849363258","full_name":"gonferreyra/note-code","owner":"gonferreyra","description":"NoteCode - simple code sharing app. It allows users to type code snippets, in HTML and Javascript, which can be shared with another user through a link and modified by any user.","archived":false,"fork":false,"pushed_at":"2024-09-10T19:34:45.000Z","size":1365,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T17:44:16.579Z","etag":null,"topics":["express","monaco-editor","mongodb","mongoose","nodejs","react","react-router","tailwind","tanstack-query","typescript","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gonferreyra.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":"2024-08-29T13:13:06.000Z","updated_at":"2024-09-10T19:34:48.000Z","dependencies_parsed_at":"2024-08-29T22:57:30.614Z","dependency_job_id":"8aa291c5-2c71-456e-b9f2-2ff4b237945f","html_url":"https://github.com/gonferreyra/note-code","commit_stats":{"total_commits":67,"total_committers":1,"mean_commits":67.0,"dds":0.0,"last_synced_commit":"f87057d7c88027fead2361763be97526d0f1bfa7"},"previous_names":["gonferreyra/note-code"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonferreyra%2Fnote-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonferreyra%2Fnote-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonferreyra%2Fnote-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonferreyra%2Fnote-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gonferreyra","download_url":"https://codeload.github.com/gonferreyra/note-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245852387,"owners_count":20683030,"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":["express","monaco-editor","mongodb","mongoose","nodejs","react","react-router","tailwind","tanstack-query","typescript","zustand"],"created_at":"2024-09-25T15:42:01.702Z","updated_at":"2026-01-06T09:32:34.373Z","avatar_url":"https://github.com/gonferreyra.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoteCode App\n\n## Sharing your code with others\n\nThis is a solution to the [Code Sharing App](https://devchallenges.io/challenge/code-shraing-app-note-code).\n\n## Table of contents\n\n- [NoteCode App](#notecode-app)\n  - [Sharing your code with others](#sharing-your-code-with-others)\n  - [Table of contents](#table-of-contents)\n  - [Overview](#overview)\n    - [The challenge](#the-challenge)\n    - [Screenshots](#screenshots)\n    - [Mobile 375px](#mobile-375px)\n    - [Mobile 430px](#mobile-430px)\n    - [Nest Hub Max 1280](#nest-hub-max-1280)\n    - [MacBook Pro 1440](#macbook-pro-1440)\n  - [My process](#my-process)\n    - [Built with](#built-with)\n    - [State](#state)\n  - [Author](#author)\n\n## Overview\n\n### The challenge\n\nThis challenge is an excellent opportunity for Fullstack developers to test their basic skills by creating a simple code-sharing application called NoteCode. The application will allow users to store and share coding snippets, and it will require the use of both front-end and back-end development skills.\n\nUser Stories:\n\n- Create a Coding Sharing App following the given design\n- By default, users should see an HTML given snippet.\n- When users select the \"Share\" button, a new ID should ne generated, and users can access the saved code with the generated ID.\n- After code is sabed and shared, \"shared\" button should be disabled until users make an edit.\n- Users can choose the language and theme they want to save and share. -- Working\n- The application should be responsive on all devices.\n\n### Screenshots\n\n### Mobile 375px\n\n![mobile](client/preview/iPhone%206-7-8-1725390605514.jpeg)\n\n### Mobile 430px\n\n![mobile](client/preview/iPhone%2014%20Pro%20Max-1725390628392.jpeg)\n\n### Nest Hub Max 1280\n\n![desktop](client/preview/Nest%20Hub%20Max-1725996655518.jpeg)\n\n### MacBook Pro 1440\n\n![desktop](client/preview/MacBook%20Pro-1725390822804.jpeg)\n\n## My process\n\n### Built with\n\nFront-End:\n\n- [React](https://reactjs.org/) - JS library\n- [Tailwind](https://tailwindcss.com/)\n- [Zustand](https://zustand-demo.pmnd.rs/)\n- Typescript\n- Mobile-first workflow\n- Monaco Editor\n- React-router\n- Tanstack Query\n- uuid\n- React-hot-toast\n\nBack-End:\n\n- [Node.js](https://nodejs.org/en/) - JS runtime\n- [Express](https://expressjs.com/) - Node.js framework\n- [MongoDB](https://www.mongodb.com/) - NoSQL database\n- [Mongoose](https://mongoosejs.com/) - Node.js ORM\n- Winston - Logging framework\n\n### State\n\nGlobal state on client-side is managed with Zustand.-\n\n## Author\n\n- Linkedin - [Gonzalo](https://www.linkedin.com/in/ferreyragonzalo/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonferreyra%2Fnote-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgonferreyra%2Fnote-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonferreyra%2Fnote-code/lists"}