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.
- Host: GitHub
- URL: https://github.com/devmunyi/hello-react-front-end
- Owner: devMunyi
- License: mit
- Created: 2023-02-21T13:46:09.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-07T08:29:53.000Z (about 3 years ago)
- Last Synced: 2025-01-09T18:51:40.319Z (over 1 year ago)
- Language: JavaScript
- Size: 893 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-).
Client
Server
- Rails
State Management
- **[Random Greeting message]**
- **[2 Single repo serving as a Fullstack web app]**
##
Rails Backend
- Here is the Backend part of the project [Hello Rails Backend](https://github.com/devMunyi/hello-rails-back-end-)
- [Live Demo Link] :smiley: not yet available
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
```
👤 **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)
- [ ] **[Add more 'Hello world' messages]**
- [ ] **[Construct the API with languages, and country greeting colors]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
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.
This project is [MIT](./LICENSE) licensed.