https://github.com/cmikolai/react-pixel-art-maker
This is a small fun project using ReactJS to build a Pixel Art Maker.
https://github.com/cmikolai/react-pixel-art-maker
css javascript pixel-art-maker reactjs
Last synced: about 1 year ago
JSON representation
This is a small fun project using ReactJS to build a Pixel Art Maker.
- Host: GitHub
- URL: https://github.com/cmikolai/react-pixel-art-maker
- Owner: cMikolai
- License: gpl-3.0
- Created: 2018-12-27T09:07:41.000Z (over 7 years ago)
- Default Branch: development
- Last Pushed: 2023-03-02T22:01:02.000Z (over 3 years ago)
- Last Synced: 2025-04-11T01:18:02.545Z (about 1 year ago)
- Topics: css, javascript, pixel-art-maker, reactjs
- Language: JavaScript
- Homepage: https://cmikolai.github.io/react-pixel-art-maker/
- Size: 6.12 MB
- Stars: 8
- Watchers: 0
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Pixel Art Maker
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Table of Contents
* [Designs](#designs)
* [Available Scripts](#available-scripts)
* [Code Dependencies](#code-dependencies)
* [Contributing](#contributing)
* [License](#license)
* [Learn More](#learn-more)
## Designs
You can find the link to the design mockups over [here](https://www.figma.com/file/nnBZmGhJ0kMe3g19Q1ER4n/React-Pixel-Art-Maker?node-id=0%3A1).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run deploy`
Deploys the React app to GitHub Pages.
Requires 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.
```
"homepage": "http://cmikolai.github.io/react-pixel-art-maker",
```
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If 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.
Instead, 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.
You 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.
## Code Dependencies
You can find the full list of code dependencies over [here](https://github.com/cMikolai/react-pixel-art-maker/network/dependencies)
However, some core packages in use I would like to highlight are
1. [React](https://github.com/facebook/React)
2. [Styled Components](https://github.com/styled-components/styled-components)
3. [react-fontawesome](https://github.com/FortAwesome/react-fontawesome)
4. [React Color](https://github.com/casesandberg/react-color)
5. [gh-pages](https://github.com/tschaub/gh-pages)
## Contributing
This repository is open for contribution. For details on how to get started, check out our [Contributing Guide](/CONTRIBUTING.md).
## License
This repository is licensed under the GNU General Public License v3.0.
Please, read [this](/LICENSE.md) for additional information.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This 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)
### Making a Progressive Web App
This 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)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This 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)