{"id":21257748,"url":"https://github.com/edmilson-dk/disiplin","last_synced_at":"2026-05-01T18:32:33.297Z","repository":{"id":258257975,"uuid":"328030100","full_name":"edmilson-dk/disiplin","owner":"edmilson-dk","description":"Disiplin is a landing page made in ReactJS and NextJS with Styled Components.","archived":false,"fork":false,"pushed_at":"2021-01-15T15:55:11.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T07:29:11.891Z","etag":null,"topics":["nextjs","reactjs","styled-components"],"latest_commit_sha":null,"homepage":"","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/edmilson-dk.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":"2021-01-08T22:54:57.000Z","updated_at":"2021-02-17T14:55:44.000Z","dependencies_parsed_at":"2024-10-18T07:13:41.242Z","dependency_job_id":null,"html_url":"https://github.com/edmilson-dk/disiplin","commit_stats":null,"previous_names":["edmilson-dk/disiplin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edmilson-dk/disiplin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmilson-dk%2Fdisiplin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmilson-dk%2Fdisiplin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmilson-dk%2Fdisiplin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmilson-dk%2Fdisiplin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edmilson-dk","download_url":"https://codeload.github.com/edmilson-dk/disiplin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmilson-dk%2Fdisiplin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32508901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["nextjs","reactjs","styled-components"],"created_at":"2024-11-21T04:05:37.416Z","updated_at":"2026-05-01T18:32:33.275Z","avatar_url":"https://github.com/edmilson-dk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Disiplin - HomePage\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?label=Disiplin\u0026message=Welcome\u0026color=FFFFFF\u0026labelColor=A353F3\" alt=\"PRs welcome!\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=version\u0026message=1.0\u0026color=FFFFFF\u0026labelColor=A353F3\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=FFFFFF\u0026labelColor=A353F3\"\u003e\n  \u003cimg alt=\"Stars\" src=\"https://img.shields.io/github/stars/DKSecurity99/disiplin?color=FFFFFF\u0026labelColor=A353F3\"\u003e\n  \u003cimg alt=\"Languages\" src=\"https://img.shields.io/github/languages/count/DKSecurity99/disiplin?color=FFFFFF\u0026labelColor=A353F3\"\u003e\n\u003c/p\u003e\n\nDisiplin is a clone of a layout copied from the design site o [dribbbles](https://dribbble.com/), the site was created in ReactJS, using a NextJS and Styled-component.\n\nThe project only contains a home page, as shown in the original layout.\n\n## Topics\n\n* [Layout](#layout)\n* [Features](#features)\n* [Differential](#differential)\n* [Installation](#install)\n* [License](#license)\n\n\u003ca id=\"layout\"\u003e\u003c/a\u003e\n## ⭐ Layout\n\nBelow you can see the project layout.\n\n![Disiplin](https://tlgur.com/d/8BrLbk98)\n\n\u003ca id=\"features\"\u003e\u003c/a\u003e\n## 🚀 Functionalities\n\n\u003e The project does not have any functionality, as it is just a common web site with no actions.\n\n\u003ca id=\"differential\"\u003e\u003c/a\u003e\n## 🔥 Differential\n\n\u003e The difference in this project is the animation present in the mobile menu and the shadow animation of the buttons.\n\n\u003ca id=\"install\"\u003e\u003c/a\u003e\n## 👷 Installation and use\n\n* 1 First clone the repository for your machine.\n\n```sh\ngit clone https://github.com/DKSecurity99/disiplin\n```\n\n* 2 After that, enter the generated folder and install the project dependencies.\n\n\u003e You will need to have [Nodejs](https://nodejs.org/) installed on your machine, and [yarn](https://yarnpkg.com/) if you want to use it to install dependencies.\n\n```sh\nnpm install\n# or with yarn\nyarn install\n```\n* 3 After that start the Reactjs server and it will automatically open the browser for you.\n\n```sh\nnpm start\n# or with yarn\nyarn start\n```\n\n\u003ca id=\"license\"\u003e\u003c/a\u003e\n## 🤝 License\n\n[MIT](https://github.com/DKSecurity99/ruangku/blob/main/LICENSE) Project License\n\nCreator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmilson-dk%2Fdisiplin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedmilson-dk%2Fdisiplin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmilson-dk%2Fdisiplin/lists"}