Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amanjagdev/react-builder
⚙ A GUI tool to build your react app in the fastest way with all components and pages with routing.
https://github.com/amanjagdev/react-builder
context-api developer-tools development-tools hacktoberfest react react-hooks react-router reactjs
Last synced: 3 months ago
JSON representation
⚙ A GUI tool to build your react app in the fastest way with all components and pages with routing.
- Host: GitHub
- URL: https://github.com/amanjagdev/react-builder
- Owner: amanjagdev
- License: gpl-3.0
- Created: 2020-06-29T04:20:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:55:37.000Z (about 2 years ago)
- Last Synced: 2024-08-02T05:15:39.658Z (6 months ago)
- Topics: context-api, developer-tools, development-tools, hacktoberfest, react, react-hooks, react-router, reactjs
- Language: JavaScript
- Homepage: https://react-builder.now.sh/
- Size: 4.51 MB
- Stars: 137
- Watchers: 3
- Forks: 41
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
[![GitHub contributors](https://img.shields.io/github/contributors/amanjagdev/react-builder.svg)](https://github.com/amanjagdev/react-builder/graphs/contributors/)
[![GitHub Stars](https://img.shields.io/github/stars/amanjagdev/react-builder.svg?style=social&logo=github)](https://github.com/amanjagdev/react-builder/stargazers/)
[![GitHub contributors](https://img.shields.io/github/forks/amanjagdev/react-builder.svg?style=social&logo=github)](https://github.com/amanjagdev/react-builder/network/members/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
React Builder
Build your react apps faster
Make your react app with components and pages customized to your needs with routing and navigation with desired dependencies already done for you. Everything within a click's reach.
.
Report Bug
·
Request Feature
## Table of Contents
- [Table of Contents](#table-of-contents)
- [About The Project](#about-the-project)
- [What it does for you?](#what-it-does-for-you)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Step 1 | Choose your preferences](#step-1--choose-your-preferences)
- [Step 2 | Choose Dependencies to add](#step-2--choose-dependencies-to-add)
- [Step 3 | Add Components and Pages](#step-3--add-components-and-pages)
- [Step 4 | Add routing](#step-4--add-routing)
- [Step 5 | Build your App](#step-5--build-your-app)
- [Final Result](#final-result)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Contact](#contact)## About The Project
An application to help you build your react apps faster. Make your react app with components and pages customized to your needs with routing and navigation with desired dependencies already done for you. Everything within a click's reach.
### What it does for you?
- Create Functional or Class based components with state integrated or optional according to you.
- Create Functional or Class based pages with state integrated or optional according to you.
- Does routing for you and make the corresponding navigation component for it.
- Add dependencies to your project.
- All above things with a single click and you are ready to go.### Built With
## Getting Started
To get a local copy up and for running the project locally, follow these simple steps.
### Prerequisites
Have Node along with a package manager installed in the system.
### Installation
1. Clone the repo and enter it
```sh
git clone https://github.com/amanjagdev/react-builder.git
cd react-builder
```3. Install packages
```sh
yarn | npm install
```4. Run the development server
```sh
yarn start | npm start
```## Usage
##### Step 1 | Choose your preferences
Here you can select your preferred starter environment currently it only supports `create-react-app`.
Moreover, you can choose between yarn or npm/npx. And you can give the name to your project.##### Step 2 | Choose Dependencies to add
You can directly mention packages you want to add in the app.
Ex: We have `react-router-dom axios` etc..##### Step 3 | Add Components and Pages
Here you can add all the component Names with their type, and you can select whether a component is a page or not.
_Note: Routing will only be done between components marked as pages_
##### Step 4 | Add routing
You can enable routing in your app from here. And you can select which component to use as Navigation Component or you can say Navigation Bar.
NOTE : _Don't remove `react-router-dom` dependency if you enable routing_
##### Step 5 | Build your App
Once you click on **Create App** It will download a js file and will give you a script
You would need to place that js file in the folder you want to create the react app and run the script there.
##### Final Result
You have successfully created your react app with desired preferences.
The folder structure generated with App.js on following the above steps looks like this.
## Roadmap
See the [open issues](https://github.com/amanjagdev/react-builder/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Contact
Aman Jagdev - [GitHub](https://github.com/amanjagdev) - [email protected]
Made with :heart: for :earth_asia: Everyone