Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomasesquivelgc/hello-react-front-end

This is a two repo project. In this repo I create the frontend to display a random message from my ruby API using Render.
https://github.com/tomasesquivelgc/hello-react-front-end

Last synced: 29 days ago
JSON representation

This is a two repo project. In this repo I create the frontend to display a random message from my ruby API using Render.

Awesome Lists containing this project

README

        

Hello Rails-React front-end

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸ’» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements))
- [πŸ“ License](#license)

# πŸ“– Hello Rails-React front-end

**Hello Rails-React front-end** is a random greet generator that gets messages from a [backend API](https://github.com/tomasesquivelgc/hello-rails-back-end). This front end works with React&Redux to manage the state of the greeting.

## πŸ›  Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Redux state management**
- **React components**
- **connection to backend database**

(back to top)

## πŸ’» Getting Started

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

### Prerequisites

In order to run this project:

- Please remember to execute [the backend server](https://github.com/tomasesquivelgc/hello-rails-back-end)

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:tomasesquivelgc/hello-react-front-end.git
```

### Install

Install this project with:

```sh
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm run dev
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **TomΓ‘s MatΓ­as Esquivel**

- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomΓ‘s-esquivel-b2160568/)

(back to top)

## πŸ”­ Future Features

- [ ] **Styles**
- [ ] **Generate greeting button**
- [ ] **More greetings**

(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

If you like this project please give it a star!

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.

(back to top)

## πŸ“ License

This project is [MIT](.LICENSE) licensed.

(back to top)