Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Front end part of an application to test integration of Rails and React. Displays random greetings
https://github.com/eduardosancho/hello-react-front-end

Last synced: 3 days ago
JSON representation

Front end part of an application to test integration of Rails and React. Displays random greetings

Awesome Lists containing this project

README

        

# hello-rails-front-end
This is the front-end part of a two-part project. This repo contains the user interface made with React.
You can find the back end part [here](https://github.com/eduardosancho/hello-rails-back-end).


## Preview
![preview](./screenshot.png)

### Clone this repo
~~~ bash
git clone https://github.com/eduardosancho/hello-react-front-end.git
~~~


### Getting started
Install dependencies:
~~~ bash
npm install
~~~

Start server at port 3000:
~~~ bash
npm start
~~~

## Collaborators
👤 **Eduardo**

Platform | Badge |
--- | --- |
**GitHub** | [@eduardosancho](https://github.com/eduardosancho)
**Twitter** | [@sanchitoblog](https://twitter.com/sanchitoblog)
**LinkedIn** | [Eduardo Sancho Solano](https://www.linkedin.com/in/eduardo-sancho-solano/)




## Show your support

Give a ⭐️ if you like this project!


## Acknowledgments

The ideas and inspiration from this project are coming from this online school of software development:
[**Microverse**](https://www.microverse.org/)


## 📝 License

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