Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas-erkana/hello-react-front-end
Hello Rails Front-end is an tutorial for creating a Rails API with React Front-end. This project is a part of the Microverse curriculum. The goal is to create a Rails API and React Front-end that will display a random greeting from the database.
https://github.com/lucas-erkana/hello-react-front-end
css jacascript react-redux
Last synced: 5 days ago
JSON representation
Hello Rails Front-end is an tutorial for creating a Rails API with React Front-end. This project is a part of the Microverse curriculum. The goal is to create a Rails API and React Front-end that will display a random greeting from the database.
- Host: GitHub
- URL: https://github.com/lucas-erkana/hello-react-front-end
- Owner: Lucas-Erkana
- Created: 2023-07-19T17:10:13.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-07-19T21:05:36.000Z (over 1 year ago)
- Last Synced: 2024-10-12T09:49:25.834Z (about 1 month ago)
- Topics: css, jacascript, react-redux
- Homepage:
- Size: 590 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello Rails Front-End
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello Rails Front-end ](#-hello-rails-front-end-)
- [🛠 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)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)Hello Rails Front-end is an tutorial for creating a Rails API with React Front-end. This project is a part of the Microverse curriculum. The goal is to create a Rails API and React Front-end that will display a random greeting from the database.
## 🛠 Built With
This app is build with Ruby on Rails and Postgresql.
### Tech Stack
>
>
> - User can create a See a random Greeting
## To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Mac or PC
- Install Node
- Install create-react-app
### Back-End
Here is the [Back-End](https://github.com/Lucash2022/hello-rails-back-end) of the app.
### Setup
- Clone this repository to your desired folder:
```sh
git clone https://github.com/Lucash2022/hello-rails-front-end.git
```
- Navigate into the cloned folder
```sh
cd hello-react-front-end
```
### Install
- Install this project with:
```sh
npm install
```
```sh
npm run start
```
👤 **Lucas Erkana**
- GitHub: [@Lucash2022](https://github.com/Lucash2022)
- Twitter: [@Lucas_David_22](https://twitter.com/@Lucas_David_22)
- LinkedIn: [Lucas Erkana](https://www.linkedin.com/in/lucas-erkana/)
- Frontend Mentor - [@PLucash2022](https://www.frontendmentor.io/profile/Lucash2022)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Lucash2022/hello-react-front-end/issues).
If you like this project, please leave a ⭐️
## 🙏 Acknowledgments
- I would like to thank Microverse for providing us with reading materials that aided us to during the project development
This project is [MIT](./MIT.md) licensed.