/hello-react-front-end

This repository is developed using React and is used to display random greeting messages by utilizing a Rails API.

Primary LanguageJavaScriptMIT LicenseMIT

📗 Table of Contents

🔢 Random greeting message

This repository is developed using React and is used to display random greeting messages by utilizing a Rails API.

Backend Api repository

🛠 Built With

HTML 5 , CSS3, javascript ES6, React , Redux and Rails API

Tech Stack

React, redux, axios, webpack and babel

Key Features

  • Display greeting message
  • (back to top)

    💻 Getting Started

    to run on your localhost clone the project to local folder

    Setup

    Prerequisites

    In order to run this project you only need:

    • latest web-browser
    • node.js and npm

    Usage

    To run the project, execute the following command: first run the rails API server by using the following command:

     git clone https://github.com/zewdu444/hello-rails-back-end.git
     cd hello-react-back-end
     bundle install
     rails s
     http://127.0.0.1:3000/api/v1/greetings

    To run front-end use the following command:

     cd hello-react-front-end
     npm start
     http://localhost:3001/ #opened automatically

    👥 Authors

    👤 zewdu erkyhun

    🔭 Future Features

    add styling to the project

    🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the issues page.

    (back to top)

    ⭐️ Show your support

    If you like the project please give it star

    (back to top)

    🙏 Acknowledgments

    I would like to thank Microverse team

    (back to top)

    📝 License

    This project is MIT licensed.

    (back to top)