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

https://github.com/devmunyi/hello-react-front-end

This project serves as the Frontend to display a random greeting from an external API endpoint served using Rails.
https://github.com/devmunyi/hello-react-front-end

Last synced: 20 days ago
JSON representation

This project serves as the Frontend to display a random greeting from an external API endpoint served using Rails.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

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

# 📖 [Hello Rails Frontend]
- This project serves as the Frontend to display a random greeting from an external API endpoint served using [Rails](https://github.com/devMunyi/hello-rails-back-end-).

## 🛠 Built With

### Tech Stack

Client

Server


  • Rails

State Management

### Key Features

- **[Random Greeting message]**
- **[2 Single repo serving as a Fullstack web app]**

(back to top)

## Rails Backend
- Here is the Backend part of the project [Hello Rails Backend](https://github.com/devMunyi/hello-rails-back-end-)

(back to top)

## 🚀 Live Demo

- [Live Demo Link] :smiley: not yet available

(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:
`Git` and `Node JS` installed on your computer.
```
node -v
npm -v
```

### Install

Install this project with:

```
npm i
```

### Usage

To run the project, execute the following command:

```
npm start # for serving the client on localhost:3000
```
Or you can run the project with:
```
npm run build # for building the client
```

(back to top)

## 👥 Authors

👤 **Samuel Munyi**

- GitHub: [@devMunyi](https://github.com/devMunyi)
- LinkedIn: [Samuel Munyi](https://www.linkedin.com/in/samuel-munyi)
- Twitter: [@munyi_sam](https://twitter.com/munyi_sam)

(back to top)

## 🔭 Future Features

- [ ] **[Add more 'Hello world' messages]**
- [ ] **[Construct the API with languages, and country greeting colors]**

(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

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank:
- Microverse for providing an excellent curriculum that has helped me enhance my skills in software development.
- Code Reviewers for their valuable feedback and guidance throughout my learning journey.

(back to top)

## 📝 License

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

(back to top)