Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 9 days ago
JSON representation

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 Frontend

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

>

  • React

  • >
  • Redux
  • ### Key Features

    > - User can create a See a random Greeting

    (back to top)

    ## 💻 Getting Started

    ## To get a local copy up and running, follow these steps.

    ### Prerequisites

    In order to run this project you need:

    - Linux (preferred), Mac or PC
    - Install Node
    - Install create-react-app

    ### Back-End

    Here is the [Back-End](https://github.com/portfolio-roy/hello-rails-back-end) of the app.

    ### Setup

    - Clone this repository to your desired folder:

    ```sh
    git clone https://github.com/utsargo/hello-react-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
    ```

    (back to top)

    ## 👥 Authors

    👤 **Utsargo Roy**

    - GitHub: [@utsargo](https://github.com/utsargo)
    - Twitter: [@royutsargo](https://twitter.com/royutsargo)
    - LinkedIn: [LinkedIn](https://www.linkedin.com/in/utsargo-roy/)

    (back to top)

    ## 🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the [issues page](https://github.com/prantoshb/hello-react-front-end/issues).

    (back to top)

    ## ⭐️ Show your support

    If you like this project, please leave a ⭐️

    (back to top)

    ## 🙏 Acknowledgments

    - I would like to thank Microverse for providing us with reading materials that aided us to during the project development

    (back to top)

    ## 📝 License

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

    (back to top)