Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muskan2532150/hello-world-ui

This application is about creating a React front-end with a Rails back-end(Hello-World-Api) and connecting them to display a random message.
https://github.com/muskan2532150/hello-world-ui

bootstrap eslint react redux redux-thunk render stylelint

Last synced: 22 days ago
JSON representation

This application is about creating a React front-end with a Rails back-end(Hello-World-Api) and connecting them to display a random message.

Awesome Lists containing this project

README

        


logo


Microverse README Template


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [Hello-World-UI]

**[Hello-World-UI] ** is a project from the sixth module of the Microverse program. [backEnd Link](https://github.com/muskan2532150/Hello-world-Api.git)
## 🛠 Built With

### Tech Stack

Client

Database

## 🚀 Live Demo

(back to top)

## 💻 Getting Started

> Describe how a new developer could make use of your project.

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) on your local machine
- [Install Ruby on Rails](https://guides.rubyonrails.org/v5.1/getting_started.html)

### Setup

Clone this repository to your desired folder:
- Clone [this repository]( https://github.com/muskan2532150/Hello-world-Api.git )

### Install

Install this project with:
```
gem install bundler
```
Then run:
```
bundle install
```
### Usage

To run the project, execute the following command:
```
rails s
```
Open browser with `localhost:3000`

### Run tests

To run tests, run the following command:

- rspec .

(back to top)

## 👥 Authors

👤 **Muskan Gupta**

- GitHub: [Muskan Gupta](https://github.com/muskan2532150)
- Twitter: [Muskan Gupta](https://twitter.com/muskan2532150)
- Linkedin: [Muskan Gupta](https://www.linkedin.com/in/muskan-gupt/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project make sure to give it a star

(back to top)

## 🙏 Acknowledgments

- [Microverse](https://www.microverse.org/)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)