Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/hello-react-front-end
- Owner: tomasesquivelgc
- Created: 2024-02-13T22:06:45.000Z (9 months ago)
- Default Branch: development
- Last Pushed: 2024-02-14T23:18:00.000Z (9 months ago)
- Last Synced: 2024-02-15T23:38:26.443Z (9 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
Client
Server
Database
- **Redux state management**
- **React components**
- **connection to backend database**
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
```
π€ **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/)
- [ ] **Styles**
- [ ] **Generate greeting button**
- [ ] **More greetings**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a star!
I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.
This project is [MIT](.LICENSE) licensed.