https://github.com/frankmugagga/hello-rails-react
**[Rails React Webpack]** is a Rails-React-Webpack app that uses rails back Api to display random greetings using react-redux as a fron end
https://github.com/frankmugagga/hello-rails-react
postgresql react-redux ror
Last synced: 4 months ago
JSON representation
**[Rails React Webpack]** is a Rails-React-Webpack app that uses rails back Api to display random greetings using react-redux as a fron end
- Host: GitHub
- URL: https://github.com/frankmugagga/hello-rails-react
- Owner: FrankMugagga
- License: mit
- Created: 2023-08-07T17:34:28.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-09T20:00:38.000Z (over 2 years ago)
- Last Synced: 2025-04-02T22:11:25.585Z (10 months ago)
- Topics: postgresql, react-redux, ror
- Language: Ruby
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> #Rails React Webpack
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Video Presentation ](#video-project-presentation)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**[Rails React Webpack]** is a Rails-React-Webpack app that uses rails back Api to display random greetings using react-redux as a fron end.
- Random API message display.
-
To get a local copy up and running, follow these steps:
### Prerequisites
In order to run this project you need:
- A browser of you choice.
- A text editor of your choice.
- Install ruby on rails gem and depencies on your local system
- Install Postgresql
- yarn add react-redux
- yarn add react-router-dom
- yarn add @reduxjs/toolkit
### Setup
Clone this repository to your desired folder:
- Use the following Commands:
https://github.com/FrankMugagga/hello-rails-react.git
cd hello-rails-react
### Install
Inside the project directory, install the project's
dependencies:
- bundle install
Create the app's database
- rails db:create
### Usage
-bundle install
- rails s
### Run tests
- Run the following script and style test:
👤 **Frank Mugagga**
- GitHub: [@githubhandle](https://www.github.com/FrankMugagga)
- Twitter: [@twitterhandle](https://www.twitter.com/@mugagga_frank)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/frank-mugagga)
- [ ] **[Edit messages]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/FrankMugagga/hello-rails-react/issues)
If you like this project, give it a star and share it.
- I would like to thank Microverse for the great project idea.
- **How to make it mobile friendly?**
- Put a viewport tag in the header
- **How to design the site?**
- Draw a mockup before start to code
This project is [MIT](./LICENSE) licensed.