An open API service indexing awesome lists of open source software.

https://github.com/claudiarojassoto/hello_rails_react

Hello Rails React is a beginner-friendly project that demonstrates how to connect a Ruby on Rails back-end with a React front-end using Webpack
https://github.com/claudiarojassoto/hello_rails_react

api react redux ror webpack

Last synced: about 1 year ago
JSON representation

Hello Rails React is a beginner-friendly project that demonstrates how to connect a Ruby on Rails back-end with a React front-end using Webpack

Awesome Lists containing this project

README

          

Hello_Rails_React

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello\_Rails\_React ](#-hello_rails_react-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)

# 📖 Hello_Rails_React

**Hello_Rails_React** Hello Rails React is a beginner-friendly project that demonstrates how to connect a Ruby on Rails back-end with a React front-end using Webpack. With an estimated completion time of 2 hours, this project helps you achieve the following learning objectives:

- Implement a connection between a Ruby on Rails back-end and a React front-end.
- Gain an understanding of the pros and cons of different approaches for connecting Ruby on Rails with React

## 🛠 Built With

### Tech Stack

Technologies

Linters


  • Rubocop

  • Style lint

### Key Features

- [x] **Ruby on Rails and React Integration**
- [x] **API Endpoint for Random Greetings**
- [x] **React Router for Navigation**
- [x] **Redux State Management**
- [x] **Static View as Root**
- [x] **Professional Documentation**
- [x] **Linting for Code Quality**
- [x] **Postgres Database**
- [x] **Git Version Control**
- [x] **Interactive User Interface**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

Before you begin, make sure you have the following prerequisites installed on your system:

- Ruby: You need Ruby to run the Ruby on Rails application.
- Bundler: Bundler is used to manage gem dependencies in your Ruby project.

### Setup

Clone this repository to your desired folder:

sh

cd my-folder

git clone https://github.com/ClaudiaRojasSoto/Hello_Rails_React.git

### Install

Install this project with:

- gem install rails
- bundle install
- npm install
- npm install -g webpack

### Usage

To run the project, execute the following command:

./bin/dev

## 👥 Author

👤 **Claudia Rojas**

- GitHub: @ClaudiaRojas
- LinkedIn: @ClaudiaRojas

(back to top)

## 🔭 Future Features

- [ ] **Personalized Greetings**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ClaudiaRojasSoto/Hello_Rails_React/issues).

(back to top)

## ⭐️ Show your support

If you like this project please feel free to send me corrections for make it better I would feel glad to read your comments.
And think If you enjoy gift me a star.

(back to top)

## 🙏 Acknowledgments

- Microverse for providing the opportunity to learn Git and GitHub in a collaborative environment.
- GitHub Docs for providing a wealth of information on Git and GitHub.

(back to top)

## ❓ FAQ (OPTIONAL)

- **Can I use with a templeate your project?**

- Of course I would feel honored

- **Your project is free license?**

- Yeah, you can use it completely

(back to top)

## 📝 License

This project is licensed under the MIT License - you can click here to have more details [MIT](MIT.md).

(back to top)