https://github.com/tsheporamantso/hello-rails-react
This is practice activity on setting up rails with react as one with Webpack
https://github.com/tsheporamantso/hello-rails-react
babel-preset rails reactjs redux-thunk webpack
Last synced: 2 months ago
JSON representation
This is practice activity on setting up rails with react as one with Webpack
- Host: GitHub
- URL: https://github.com/tsheporamantso/hello-rails-react
- Owner: tsheporamantso
- License: mit
- Created: 2024-02-19T11:55:48.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-02-21T06:51:33.000Z (over 1 year ago)
- Last Synced: 2025-03-13T05:43:09.742Z (7 months ago)
- Topics: babel-preset, rails, reactjs, redux-thunk, webpack
- Language: Ruby
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Random Greetingsπ
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ (OPTIONAL)](#faq)
- [π License](#license)**Random Greetings** This application generates random greeting messages on click of button, built with Rails and React an one app with Webpack.
- **Ruby on Rails**
- **React and Redux**
- **JSX**
- **CSS**Server
- **React Components**
- **Rails API**
- **Random Greetings**
- **Database**
- **Redux**
- Not live yet
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install ruby using [link](https://www.ruby-lang.org/en/documentation/installation/#apt)
- Install ruby on rails using [link](https://guides.rubyonrails.org/)
### Setup
Clone this repository to your desired folder:
```sh
mkdir Recipe-App
cd Recipe-App
git clone git@github.com:tsheporamantso/hello-rails-react.git
```
### Install
Install this project with:
```sh
bundle install
```
```sh
rails db:create
```
```sh
rails db:migrate
```
### Usage
To run the project, execute the following command:
run the result on the terminal through:
```sh
./bin/dev
```
### Run tests
To run tests, execute the following command on the terminal
```sh
bundle exec rspec
```
### Deployment
Not deployed
π€ **Gladwin Tshepo Ramantso**
- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
- [ ] **Improve Stylings**
- [ ] **Add User Authentication**
- [ ] **Add More Greetings in various languages**
- [ ] **Model specs**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tsheporamantso/hello-rails-react/issues).
If you like this project please give a star on [github](https://github.com/tsheporamantso) & follow us on [twitter](https://twitter.com/ramgt001) and also connect on [Linkedin](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/).
I would like to thank:
- [ ] **Microverse and all the staff**
- [ ] **Microverse Communinity**
- [ ] **Thanks to my coding Partners**
- [ ] **Thanks to my Morning-Session-Group and Standup-Team Partners and**
- [ ] **Thanks to Code Reviewers**
This project is [MIT](https://github.com/tsheporamantso/hello-rails-react/blob/1b8a3a904cb0a1975df60cf0a20811e9ce9aeb48/LICENSE) licensed.