/hello-rails-react

Primary LanguageRubyMIT LicenseMIT

ruby

React

Hello Rails React!

📗 Table of Contents

📖 Greetings

Greetings is a web application that displays a random greeting message on screen, using React as front-end and Rails as back-end.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Display a random greeting
  • Table storing messages created

(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:

 bundle install
 npm install

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone  https://github.com/adarachel/hello-rails-react

Install

Install this project with:

  cd my-folder
  bundle install
  npm install

Usage

To run the project, execute the following command:

  rails server
  ./bin/dev

Run tests

To run tests, run the following command:

  rspec

(back to top)

👥 Authors

👤 Ada Rachel

(back to top)

🔭 Future Features

  • Add some more random greetings
  • Add more random quotes
  • Make the User Interface better

(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 like this project please give it a star 😁🌟✨

(back to top)

🙏 Acknowledgments

Microverse.

(back to top)

📝 License

This project is MIT licensed.

(back to top)