/hello-react-front-end

Familiar with Rails and React, it's time to put them together in a new kind of 'Hello World!' app. This exercise is going to have you create a React front-end with a Rails back-end and connect them to display a random message.

Primary LanguageJavaScriptMIT LicenseMIT

📗 Table of Contents

📖 Hello-React-Front-End

Describe your project in 1 or 2 sentences.

Hello_React_Front_End is a learning react app where with the help of reduxjs/toolkit data will get from an API implemented on rails.

🛠 Built With

Tech Stack

This project is made using technologies as follows:

Client

Key Features

  • On refresh page get a random greeting

(back to top)

🚀 Live Demo

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

 npm i
 npm start

Setup

Clone this repository to your desired folder:

Example command:

  git clone https://github.com/skyv26/hello-react-front-end.git
  cd hello-react-front-end

Install

Install this project with:

  npm i

Usage

To build the project, execute the following command:

Example command:

  npm run build

Deployment

You can deploy this project using:

Example:

Netlify
Gh-Pages
Vercel

(back to top)

👥 Authors

👤 Aakash

(back to top)

🔭 Future Features

  • SignUp and Login
  • Authentication and Authorization
  • Pages

(back to top)

💻 Back-end Repository

  • Click Here

  • Clone this repository to your desired folder:

  • Example command:

      git clone https://github.com/skyv26/hello-rails-back-end.git
      cd hello-rails-back-end
    

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Please give star

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)