Salwa99 / hello-react-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

Greeting App

This app is built using React, Rails, jsbundler, and Webpack, it generate random greeting feetched from the api.

Tech Stack

Client
Linter

Key Features

  • Generate random greeting
  • Used React for fronenf and Rails for backend

(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 Ruby, Rails, postgres installed on your machine, and react

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Salwa99/hello-react-rails.git
  cd hello-react-rails.git

Installation

Install this project with:

  bundle install

Install node dependencies with:

npm install

Build project with:

npm run build

database

Create databases and run the migrations with:

  rails db:create
  rails db:migrate
  rails db:seed

Usage

To run the project, execute the following command:

  rails server

(back to top)

✍️ Authors

πŸ‘€ Salwa Ballouti:

(back to top)

πŸ”­ Future Features

  • Add authentication
  • Add better UI

(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 consider giving it a 🌟.

(back to top)

πŸ™ Acknowledgments

We would like to thank microverse for serving this opprtunity.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 62.8%Language:HTML 15.4%Language:JavaScript 11.9%Language:Batchfile 7.5%Language:CSS 1.9%Language:Shell 0.4%