{"id":27251789,"url":"https://github.com/cmikolai/react-pixel-art-maker","last_synced_at":"2025-04-11T01:18:06.867Z","repository":{"id":39660347,"uuid":"163272661","full_name":"cMikolai/react-pixel-art-maker","owner":"cMikolai","description":"This is a small fun project using ReactJS to build a Pixel Art Maker.","archived":false,"fork":false,"pushed_at":"2023-03-02T22:01:02.000Z","size":6417,"stargazers_count":8,"open_issues_count":6,"forks_count":3,"subscribers_count":0,"default_branch":"development","last_synced_at":"2025-04-11T01:18:02.545Z","etag":null,"topics":["css","javascript","pixel-art-maker","reactjs"],"latest_commit_sha":null,"homepage":"https://cmikolai.github.io/react-pixel-art-maker/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cMikolai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-27T09:07:41.000Z","updated_at":"2022-05-28T22:53:11.000Z","dependencies_parsed_at":"2023-02-08T06:31:24.461Z","dependency_job_id":null,"html_url":"https://github.com/cMikolai/react-pixel-art-maker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cMikolai%2Freact-pixel-art-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cMikolai%2Freact-pixel-art-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cMikolai%2Freact-pixel-art-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cMikolai%2Freact-pixel-art-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cMikolai","download_url":"https://codeload.github.com/cMikolai/react-pixel-art-maker/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322582,"owners_count":21084337,"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":["css","javascript","pixel-art-maker","reactjs"],"created_at":"2025-04-11T01:18:06.161Z","updated_at":"2025-04-11T01:18:06.852Z","avatar_url":"https://github.com/cMikolai.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pixel Art Maker\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Table of Contents\n\n* [Designs](#designs)\n* [Available Scripts](#available-scripts)\n* [Code Dependencies](#code-dependencies)\n* [Contributing](#contributing)\n* [License](#license)\n* [Learn More](#learn-more)\n\n## Designs\n\nYou can find the link to the design mockups over [here](https://www.figma.com/file/nnBZmGhJ0kMe3g19Q1ER4n/React-Pixel-Art-Maker?node-id=0%3A1).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run deploy`\nDeploys the React app to GitHub Pages.\n\nRequires updating [package.json](https://github.com/cMikolai/react-pixel-art-maker/blob/master/package.json), so please make sure to update this line in case you would like to publish your own version via gh-pages.\n\n```\n\"homepage\": \"http://cmikolai.github.io/react-pixel-art-maker\",\n```\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\nYou don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n\n## Code Dependencies\n\nYou can find the full list of code dependencies over [here](https://github.com/cMikolai/react-pixel-art-maker/network/dependencies)\n\nHowever, some core packages in use I would like to highlight are\n1. [React](https://github.com/facebook/React)\n2. [Styled Components](https://github.com/styled-components/styled-components)\n3. [react-fontawesome](https://github.com/FortAwesome/react-fontawesome)\n4. [React Color](https://github.com/casesandberg/react-color)\n5. [gh-pages](https://github.com/tschaub/gh-pages)\n\n## Contributing\n\nThis repository is open for contribution. For details on how to get started, check out our [Contributing Guide](/CONTRIBUTING.md).\n\n## License\n\nThis repository is licensed under the GNU General Public License v3.0.\nPlease, read [this](/LICENSE.md) for additional information.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `npm run build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmikolai%2Freact-pixel-art-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmikolai%2Freact-pixel-art-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmikolai%2Freact-pixel-art-maker/lists"}