Drop the files here ...
61 | ) : ( 62 |Drag drop some files here, or click to select files
63 | )} 64 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
26 | About the project | 27 | Technologies | 28 | Getting started | 29 | How to contribute | 30 | License 31 |
32 | 33 | ## 👨🏻💻 About the project 34 | 35 | I made this project to help other devs when using Unform to make amazing forms. 36 | 37 | Available examples: 38 | 39 | - [React Select](https://react-select.com/home) 40 | - [React Dropzone](https://react-dropzone.js.org/) 41 | - [React Phone Number Input](https://www.npmjs.com/package/react-phone-number-input) 42 | - [Checkbox](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox) 43 | - [Radio](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio) 44 | - [TextArea](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea) 45 | 46 | ## 🚀 Technologies 47 | 48 | Technologies that I used to develop this web site 49 | 50 | - [ReactJS](https://reactjs.org/) 51 | - [TypeScript](https://www.typescriptlang.org/) 52 | - [React Router DOM](https://reacttraining.com/react-router/) 53 | - [UnForm](https://unform.dev/) [💜](https://rocketseat.com.br/) 54 | - [Styled Components](https://styled-components.com/) 55 | - [Eslint](https://eslint.org/) 56 | - [Prettier](https://prettier.io/) 57 | - [EditorConfig](https://editorconfig.org/) 58 | 59 | ## 💻 Getting started 60 | 61 | ### Requirements 62 | 63 | - [Node.js](https://nodejs.org/en/) 64 | - [Yarn](https://classic.yarnpkg.com/) or [npm](https://www.npmjs.com/) 65 | 66 | **Clone the project and access the folder** 67 | 68 | ```bash 69 | $ git clone https://github.com/EliasGcf/unform-examples.git && cd unform-examples 70 | ``` 71 | 72 | **Follow the steps below** 73 | 74 | ```bash 75 | # Install the dependencies 76 | $ yarn 77 | # or 78 | $ npm install 79 | 80 | # Start the client 81 | $ yarn start 82 | # or 83 | $ npm run start 84 | ``` 85 | 86 | ## 🤔 How to contribute 87 | 88 | **Make a fork of this repository** 89 | 90 | ```bash 91 | # Fork using GitHub official command line 92 | # If you don't have the GitHub CLI, use the web site to do that. 93 | 94 | $ gh repo fork EliasGcf/unform-examples 95 | ``` 96 | 97 | **Follow the steps below** 98 | 99 | ```bash 100 | # Clone your fork 101 | $ git clone your-fork-url && cd unform-examples 102 | 103 | # Create a branch with your feature 104 | $ git checkout -b my-feature 105 | 106 | # Make the commit with your changes 107 | $ git commit -m 'feat: My new feature' 108 | 109 | # Send the code to your remote branch 110 | $ git push origin my-feature 111 | ``` 112 | 113 | After your pull request is merged, you can delete your branch 114 | 115 | ## 📝 License 116 | 117 | This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. 118 | 119 | --- 120 | 121 | Made with 💜 by Elias Gabriel 👋 [See my linkedin](https://www.linkedin.com/in/eliasgcf/) 122 | -------------------------------------------------------------------------------- /src/assets/logo-unform.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | --------------------------------------------------------------------------------