/react-with-rails

React with rails This repository provides a concise demonstration of integrating React seamlessly with Rails, leveraging Webpack for optimal collaboration between the two frameworks. Explore practical examples and gain insights into the dynamic interaction of React and Rails for effective web application development.

Primary LanguageRuby


React with rails

📗 Table of Contents


📖 React with rails

React with rails This repository provides a concise demonstration of integrating React seamlessly with Rails, leveraging Webpack for optimal collaboration between the two frameworks. Explore practical examples and gain insights into the dynamic interaction of React and Rails for effective web application development.

🛠 Built With

Tech Stack

Technology
  • Ruby - A high-level programming language used for back-end development.
  • irb - A command line interface for ruby
  • rails - A framework for building ruby web-applications
  • jsbuilder-rails
Tools

Key Features

  • User can generate a random message

(back to top)

💻 Getting Started


Prerequisites

In order to reproduce the react-with-rails and be able to make changes for your own purpose, you need the following tools:

Setup

Clone this repository to your desired folder by running the following command:

  git clone https://github.com/skabeo/react-with-rails/.git

Install

To use this application, you need to have ruby and rails gem installed on your machine. Once you have them installed,

Run bundle install to install all dependencies

  cd react-with-rails
  bundle install

Once you have the files on your machine, you can view it on your browser on https://localhost:3000 by running

rails server

(back to top)

👥 Author

👤 Spencer Okyere

(back to top)

🔭 Future Features

  • A button to generate a random quote

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

If you would like to contribute to this project, you can follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Create a pull request back to the original repository.

(back to top)

⭐️ Show your support

If you like this project, please give it a star on GitHub.

(back to top)

🙏 Acknowledgments

I would like to express my gratitude to the following individuals and organizations for their contributions to this project:

  • GitHub: Platform for version control and collaboration
  • Microverse: Global school for remote software developers

(back to top)

❓ FAQ

  • How can I contribute to this project?

    • Contributions, issues, and feature requests are welcome! You can check the issues page to see if there are any current issues or feature requests that you can work on. If not, feel free to submit a new issue or pull request. Before contributing, please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)