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

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


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

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          


Hello React Frontend


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello React Frontend ](#-hello-react-frontend-)
- [🛠 Built With ](#-built-with-)
- [Key Features ](#key-features-)
- [Project BackEnd ](#project-backend-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Hello React Frontend

> This is a single app with Rails as Frontend

## 🛠 Built With

Tech Stack


- React Js
- Redux Js

### Key Features

- Front end fetching greeting message from the rails api backend

(back to top)

### Project BackEnd

- Link to Back end repo

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

Example command:

```sh
npx create-react-app .
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Salimer/hello-rails-back-end.git
```

### Install

To install dependencies Run the following commands:

```sh
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npm test
```

(back to top)

## 👥 Authors

👤 **Salim Bamahfoodh**

- GitHub: [@salimer](https://github.com/salimer)

(back to top)

## 🔭 Future Features

- Add GUI

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project, give it a star.

(back to top)

## 🙏 Acknowledgments

- Thanks to all Microverse community

(back to top)

## 📝 License

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

(back to top)