Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eduardosancho/hello-react-front-end
- Owner: eduardosancho
- Created: 2022-06-02T03:39:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T15:43:32.000Z (over 2 years ago)
- Last Synced: 2024-12-18T17:12:38.328Z (26 days ago)
- Language: JavaScript
- Size: 660 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 supportGive 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.