https://github.com/andres-condezo/hello-react-front-end
Hello React Front-end app is a web application to display a random greeting, this app implements a connection between a Ruby on Rails back-end and React front-end using the API endpoint provided by Ruby on Rails.
https://github.com/andres-condezo/hello-react-front-end
react redux
Last synced: 3 months ago
JSON representation
Hello React Front-end app is a web application to display a random greeting, this app implements a connection between a Ruby on Rails back-end and React front-end using the API endpoint provided by Ruby on Rails.
- Host: GitHub
- URL: https://github.com/andres-condezo/hello-react-front-end
- Owner: andres-condezo
- Created: 2022-08-11T08:50:14.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-11T17:26:38.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T15:18:32.806Z (5 months ago)
- Topics: react, redux
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Microverse]:https://img.shields.io/badge/Microverse-blueviolet
[HTML5]:https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white
[CSS3]:https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white
[React]:https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB
[Redux]:https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white![Microverse]
# Hello React Front-end
![HTML5] ![CSS3] ![React] ![Redux]
> Hello React Front-end app is a web application to display a random greeting, this app implements a connection between a Ruby on Rails back-end and React front-end using the API endpoint provided by Ruby on Rails.
Table of Contents
* [Built With](#built-with)
* [Major languages](#major-languages)
* [Frameworks](#frameworks)
* [Technologies used:](#technologies-used)
* [Back-end Repository](#back-end-repository)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Set up:](#set-up)
* [Install:](#install)
* [Usage:](#usage)
* [Available Scripts](#available-scripts)
* [Learn More](#learn-more)
* [Author](#author)
* [🤝 Contributing](#-contributing)
* [Show your support](#show-your-support)
* [📝 License](#-license)## Built With
### Major languages
- HTML
- CSS
- JavaScript### Frameworks
- React
### Technologies used:
- npm
- Webpack
- Redux## Back-end Repository
- [hello-rails-back-end]( https://github.com/andres-condezo/hello-rails-back-end )
## Getting Started
### Prerequisites
- Node
- npm### Set up:
- Clone the repository:
```bash
git clone https://github.com/andres-condezo/hello-react-front-end.git
cd hello-react-front-end
```### Install:
```bash
npm install
```### Usage:
In the project directory, you can run:
```bash
npm start
```
Runs the app in the development mode.\-Open [http://localhost:3001](http://localhost:3001) to view
it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### Available Scripts
```bash
npm run build
```Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes
the build for the best performance.The build is minified and the filenames include the
hashes.\
Your app is ready to be deployed!See the section about
[deployment](https://facebook.github.io/create-react-app/docs/deployment)
for more information.```bash
npm run eject
```**Note: this is a one-way operation. Once you `eject`,
you can't go back!**If you aren't satisfied with the build tool and
configuration choices, you can `eject` at any time.
This command will remove the single build dependency
from your project.Instead, it will copy all the configuration files and
the transitive dependencies (webpack, Babel, ESLint,
etc) right into your project so you have full control
over them. All of the commands except `eject` will
still work, but they will point to the copied scripts
so you can tweak them. At this point you're on your
own.You don't have to ever use `eject`. The curated feature
set is suitable for small and middle deployments, and
you shouldn't feel obligated to use this feature.
However we understand that this tool wouldn't be useful
if you couldn't customize it when you are ready for it.#### Learn More
You can learn more in the
[Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).To learn React, check out the
[React documentation](https://reactjs.org/).## Author
[@andres-condezo]:https://github.com/andres-condezo
[@andres_condezo]:https://twitter.com/andres_condezo
[andres-condezo]:https://www.linkedin.com/in/andres-condezo/| 👤 | **Andres Condezo** |
|--------------|--------------------|
| **GitHub** | [@andres-condezo] |
| **Twitter** | [@andres_condezo] |
| **LinkedIn** | [andres-condezo] |## 🤝 Contributing
Contributions, issues, and feature requests are welcome and highly encouraged!
We feel that your input is what helps us grow so you're always Welcome :)Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
I would love to hear your thoughts and ideas 🖤
## 📝 LicenseThis project is [MIT](./MIT.md) licensed.