Ruthmy / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Hello world" one app with Webpack

πŸ“— Table of Contents


"Hello world" one app with Webpack

"Hello world" one app with Webpack is a project that aims to build a simple app using Webpack. The app is a simple "Hello world" app that displays a greeting message anytime the user reloads the page.


πŸ›  Built With

Tech Stack

The project is built using the following technologies:

  • Ruby on Rails.
  • PostgreSQL.
  • React.
  • Redux.
  • Rubocop.
  • Stylelint.


Key Features

  • "Hello world" app.
  • User can see a greeting message.
  • HTML & CSS3
  • Ruby on Rails
  • React
  • Redux
  • Linters
    • Rubocop
    • StyleLint
  • Follow Microverse's list of best practices

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

  • Installed Ruby and Ruby on Rails.
  • If you're using Windows, have installed WSL.
  • If you're using MacOS, an option is using UTM.

Setup

To clone this repository to your desired folder, run the following command:

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

Navigate to the cloned repository and run the following command to install the necessary gems:

cd hello-rails-react
bundle install

Then, run the following command to install the necessary packages:


npm install

(back to top)

Usage

Initialize it with

./bin/dev

Then open http://localhost:3000 in your browser.

(back to top)

Test

No tests have been implemented yet.

(back to top)


πŸ‘₯ Authors

πŸ‘€ Ruth Abreu

(back to top)


πŸ”­ Future Features

Upcoming improvements:

  • User will be able to change the greeting message by clicking on a button.

(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 and know someone who might find it helpful, please share it. Or give it a star ⭐️

(back to top)


πŸ™ Acknowledgments

I thank Microverse for this fantastic opportunity, and the code reviewers for their advice and time.

(back to top)


πŸ“ License

This project is MIT licensed.

(back to top)


About

License:MIT License


Languages

Language:Ruby 71.3%Language:HTML 15.3%Language:JavaScript 10.9%Language:CSS 1.9%Language:Shell 0.6%