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

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


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

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Hello world front-end


# 📗 Table of Contents

- [Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Hello World Front-end

This is a simple repo to test the connection between React and Rails, using Redux store to show some quotes.

## 🛠 Built With

### Tech Stack

Client

Bundle

### Key Features

- Fetch comment from database
- Display random comment

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

- node installed
- npm/yarn
- Github account.
- Code editor (Visual Studio Code, Atom, etc.)

### Backend
[Link](https://github.com/SimonGideon/hello-rails-back-end/tree/base-files)

### Setup

Clone this repository to your desired folder:

cd my-folder
git clone https://github.com/SimonGideon/hello-react-front-end

### Usage

To run the project, execute the following commands in your Ruby terminal:

Make sure you have the backend server running with `rails s`

`npm install` to install the files.

`npm start` to run the dev server.

(back to top)

## 👥 Authors

👤 **Simon Gideon**

- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)
- LinkedIn: [mnayi-gideon](https://linkedin.com/in/mnayi-gideon)

(back to top)

## 🔭 Future Features

- Add comment button

(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

- Hat tip to anyone whose code was used
- Microverse
- Iulian Savin (Iulius90) from devsnap.me for his quote styling

(back to top)

## 📝 License

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

(back to top)