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

https://github.com/alusp/hello_react_front_end

Display the random greeting in your Greeting as a front end
https://github.com/alusp/hello_react_front_end

Last synced: over 1 year ago
JSON representation

Display the random greeting in your Greeting as a front end

Awesome Lists containing this project

README

          


Microverse README Template

# 📗 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)
- [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](#faq)
- [📝 License](#license)

# Hello Rails with React front end

Hello Rails with React front end App is a web application where you can manage you get dynamic greetings from the back end api to the front end react App.

## 🛠 Built With

### Tech Stack

> The following tech stack was used:

Client

Server

Database

### Key Features

> The following are the key feature:

- **[Displays random greetings]**

(back to top)


(back to top)

## 💻 Getting Started

> Below illustrate how to use the project.

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

### Prerequisites

In order to run this project you need:


Rails: -v: 7.0.4

```sh
gem install rails
```

Ruby: -v: 3.1.2

NPM: -v: 8.19.2

```sh
run nmp -v
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Alusp/hello-rails-react
```

### Install

Install this project with:

```sh
cd my-project
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
rspec spec
```

### Deployment

>Deployment project.

- [to be added soon]()

(back to top)

## 👥 Authors

👤 **Alusine Jalloh**

- GitHub: [@Alusp](https://github.com/Alusp)
- LinkedIn: [@alusine-jalloh](https://www.linkedin.com/in/alusine-jalloh)
- Twitter: [@aseni_jalloh](https://twitter.com/aseni_jalloh)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **Add Response to greetings**
- [ ] **Add Questions**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## 🙏 Acknowledgments

> Credit to Original Design idea by `Gregoire Vella on Behance`.

(back to top)


## 📝 License

This project is [MIT](./MIT.md) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)