clean-react-app icon indicating copy to clipboard operation
clean-react-app copied to clipboard

Set up a modern web app with clean architecture by running one command.

Results 13 clean-react-app issues
Sort by recently updated
recently updated
newest added

Added Password Strength Validator with some customisations, hope this works and you like it. I've attached some pictures of how it looks. ![Screenshot (49)](https://github.com/rubemfsv/clean-react-app/assets/119805180/c37e1e3c-9d47-4c74-a947-83b37e974135) ![Screenshot (50)](https://github.com/rubemfsv/clean-react-app/assets/119805180/8ae626f2-4d28-4463-b93a-26f013d24d38) ![Screenshot (51)](https://github.com/rubemfsv/clean-react-app/assets/119805180/0b768d75-eceb-44ee-9fa7-face5a5e8f51) ![Screenshot (47)](https://github.com/rubemfsv/clean-react-app/assets/119805180/f43709a8-b9f1-47d3-aad1-a07c733fd551)...

**Description** Please describe the issue in detail. The template was added to the project. There is a requirement to update the readme file. **Expected Behavior** The architecture and Dashboard image...

Hey @rubemfsv I have added eslint into the project, and for now I have added the rules that I personally use. Please let me know what rules you want me...

**Description** Ensures that a password meets certain strength criteria, such as minimum length, use of uppercase letters, numbers, and special characters. **Expected Behavior** The Password Strength Validator should evaluate the...

enhancement
hacktoberfest

**Description:** We are considering the implementation of ESLint in our project. ESLint is a widely used JavaScript linter that helps identify and enforce coding standards, detect potential issues, and maintain...

enhancement
help wanted
hacktoberfest

**Description** Currently, our template includes a header and a simple menu, with the menu embedded within the header component. See the image provided below for reference. ![image](https://github.com/rubemfsv/clean-react-app/assets/11760617/9d1a2460-3f40-4906-aaec-1a6d208bd72c) **Expected Behavior** We...

enhancement
help wanted
hacktoberfest

**Description** To enhance the architectural modularity, a clear separation between the presentation and user interfaces is imperative. The presentation layer should encompass all business logic, while the user interface should...

enhancement
hacktoberfest

**Description** Validates phone numbers to ensure they adhere to a specific format or pattern. **Expected Behavior** The Phone Number Validator should validate phone numbers based on the following criteria, taking...

enhancement
hacktoberfest

**Description:** Please describe the feature in detail. As we currently have [http/axiosHttpClient](https://github.com/rubemfsv/clean-react-app/tree/main/src/infra/http/axiosHttpClient), [AxiosHttpClient Factory](https://github.com/rubemfsv/clean-react-app/blob/fb9423fd69547e0b1d46121cbc4d340f8d49eaa7/src/main/factories/http/AxiosHttpClient), and [src/data/protocols/http](https://github.com/rubemfsv/clean-react-app/tree/main/src/data/protocols/http) to handle REST HTTP requests, it would be great to introduce similar configurations for...

enhancement
help wanted
unit testing
hacktoberfest

**Description** Currently, the `package.json` file does not dynamically update the `author` and `name` fields based on the GitHub username and repository name. Also change the user's version to '0.0.1'. This...

enhancement
help wanted
hacktoberfest