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

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

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

**Random Greetings** This application generates random greeting messages on click of button, built with Rails and React an one app with Webpack.

## πŸ›  Built With

- **Ruby on Rails**
- **React and Redux**
- **JSX**
- **CSS**

### Tech Stack

Server



### Key Features

- **React Components**
- **Rails API**
- **Random Greetings**
- **Database**
- **Redux**

(back to top)

## πŸš€ Live Demo

- Not live yet

(back to top)

## πŸ’» Getting Started

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

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **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/)

(back to top)

## πŸ”­ Future Features

- [ ] **Improve Stylings**
- [ ] **Add User Authentication**
- [ ] **Add More Greetings in various languages**
- [ ] **Model specs**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tsheporamantso/hello-rails-react/issues).

(back to top)

## ⭐️ Show your support

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/).

(back to top)

## πŸ™ Acknowledgments

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**

(back to top)

## πŸ“ License

This project is [MIT](https://github.com/tsheporamantso/hello-rails-react/blob/1b8a3a904cb0a1975df60cf0a20811e9ce9aeb48/LICENSE) licensed.

(back to top)