yin-ka / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails React

πŸ“— Table of Contents

πŸ“– Hello Rails React

Hello Rails React is a full-stack web application that harnesses the capabilities of Ruby on Rails on the server-side and utilizes React on the client-side. Its primary function is to showcase random greetings selected from a collection of available greetings.

πŸ›  Built With

Tech Stack

  • Ruby on Rails - A powerful web application framework.
  • PostgreSQL - An open-source relational database.
  • Bundler - A tool for managing Ruby gem dependencies.

Key Features

  • Random Greetings: The app displays random greetings from a collection of messages.

(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 to have the following installed:

  • Rails: Ensure you have Ruby on Rails installed. You can find installation instructions at Ruby on Rails.

  • PostgreSQL: This project uses PostgreSQL as the relational database. If you don't have it, you can download it from PostgreSQL.

  • Bundler: Bundler is a tool for managing Ruby gem dependencies. Install it by running gem install bundler if you don't already have it.

  • React: React is a JavaScript library used for building the frontend of the application. You can learn more about React at React.

  • Webpack: Webpack is a module bundler for JavaScript and other files. It's used to bundle and optimize the frontend assets. You can find more information about Webpack at Webpack.

  • Yarn: Yarn is a package manager for JavaScript. You can install Yarn by following the instructions at Yarn.

  • Redux: Redux is a state management library used for managing application state in the frontend. You can learn more about Redux at Redux.

Setup

Clone this repository to your desired folder:

git clone https://github.com/yin-ka/hello-rails-react.git

Install

Install this project with:

  cd hello-rails-react
  bundle install

Run the following command to run the project:

  npm install
  bin/dev

it will install the required gemfile for running the project

(back to top)

πŸ‘₯ Author

πŸ‘€ Yusuf Sholotan

(back to top)

πŸ”­ Future Features

  • Styling

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you find this project helpful or interesting, star this repository on GitHub to let me know you like the project. ⭐️

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 69.2%Language:HTML 16.2%Language:JavaScript 12.0%Language:CSS 2.0%Language:Shell 0.6%