All Projects → amanjagdev → React Builder

amanjagdev / React Builder

Licence: gpl-3.0
⚙ A GUI tool to build your react app in the fastest way with all components and pages with routing.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Builder

React Sight
Visualization tool for React, with support for Fiber, Router (v4), and Redux
Stars: ✭ 2,716 (+3212.2%)
Mutual labels:  hacktoberfest, developer-tools, react-router
Anonydog
On the internet, nobody knows you're a dog
Stars: ✭ 138 (+68.29%)
Mutual labels:  hacktoberfest, developer-tools
Boop
A scriptable scratchpad for developers. In slow yet steady progress.
Stars: ✭ 2,425 (+2857.32%)
Mutual labels:  hacktoberfest, developer-tools
Cutcode
A browser extension that enables double click to copy code snippet from stack overflow.
Stars: ✭ 163 (+98.78%)
Mutual labels:  hacktoberfest, developer-tools
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (+13.41%)
Mutual labels:  hacktoberfest, developer-tools
Emage
🧙‍♂️ From developers to developers: a cross-platform tool for losslessly image compression.
Stars: ✭ 99 (+20.73%)
Mutual labels:  hacktoberfest, developer-tools
Responsively App
A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
Stars: ✭ 14,425 (+17491.46%)
Mutual labels:  hacktoberfest, developer-tools
Isolator
Detect non-atomic interactions within DB transactions
Stars: ✭ 362 (+341.46%)
Mutual labels:  hacktoberfest, developer-tools
Takeoff
A rapid development environment using docker for convenience.
Stars: ✭ 271 (+230.49%)
Mutual labels:  hacktoberfest, developer-tools
docker-dev
A local Docker Environment for building PHP applications 🔨
Stars: ✭ 97 (+18.29%)
Mutual labels:  developer-tools, development-tools
Monday
⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP
Stars: ✭ 1,246 (+1419.51%)
Mutual labels:  hacktoberfest, development-tools
Faker
Faker is a pure Elixir library for generating fake data.
Stars: ✭ 673 (+720.73%)
Mutual labels:  hacktoberfest, developer-tools
Dojo
Containerize your development and operations environment
Stars: ✭ 240 (+192.68%)
Mutual labels:  developer-tools, development-tools
Okteto
Develop your applications directly in your Kubernetes Cluster
Stars: ✭ 1,937 (+2262.2%)
Mutual labels:  hacktoberfest, developer-tools
Dev Tools
The most popular software developer tools in one app
Stars: ✭ 221 (+169.51%)
Mutual labels:  developer-tools, development-tools
Devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Stars: ✭ 2,559 (+3020.73%)
Mutual labels:  developer-tools, development-tools
nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (-76.83%)
Mutual labels:  developer-tools, development-tools
Npkill
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
Stars: ✭ 5,325 (+6393.9%)
Mutual labels:  hacktoberfest, developer-tools
Dvc
🦉Data Version Control | Git for Data & Models | ML Experiments Management
Stars: ✭ 9,004 (+10880.49%)
Mutual labels:  hacktoberfest, developer-tools
Udoit
The Universal Design Online content Inspection Tool, or UDOIT (pronounced, “You Do It”) enables faculty to identify accessibility issues in Canvas by Instructure. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.
Stars: ✭ 80 (-2.44%)
Mutual labels:  hacktoberfest

GitHub contributors GitHub Stars GitHub contributors PRs Welcome GPLv3 license


Logo

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

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

JavaScript React Node

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
git clone https://github.com/amanjagdev/react-builder.git
cd react-builder 
  1. Install packages
yarn | npm install
  1. Run the development server
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 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 - [email protected]

Made with ❤️ for 🌏 Everyone

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].