/hello-react-front-end

Frontend app for the greeting app

Primary LanguageJavaScriptMIT LicenseMIT

Table of Contents

👋 Greeting App : Frontend

This project is a frontend for my greeting app.

The Greeting App is a simple web application built to demonstrate the implementation of a connection between a Ruby on Rails back-end and a React front-end. It generates random greetings and serves as a learning tool for understanding the integration between these two technologies.

(back to top)

📂 Backend Repository

The backend repository for the Greeting App can be found at hello-rails-back-end. It contains the server-side code and creates the necessary API endpoint.

(back to top)

🧰 Tech Stack

The frontend is built using the following technologies:

  • React
  • Redux Toolkit
  • React Router

(back to top)

✨ Key Features

  • Fetch data from API
  • Display random greeting message
  • Responsive design

(back to top)

📘 Getting Started

To run this project locally, you'll need to follow these steps.

📋 Prerequisites

Make sure you have the following installed on your machine:

📁 Setup

Clone this repository to your desired foler.

cd my-project
git clone git@github.com:IndieCoderMM/hello-react-front-end.git .

📥 Installation

Install the dependencies with:

npm install

💻 Usage

To run the development server, execute the following command:

npm start

(back to top)

👨‍🚀 Author

I am always looking for ways to improve my project. If you have any suggestions or ideas, I would love to hear from you.

Hein Thant

Github Linkedin Gmail

(back to top)

🎯 Future Features

  • Add more features

(back to top)

🤝 Contribution

Contributions, issues, and feature requests are welcome!

(back to top)

💖 Show Your Support

If you like this project, please consider giving it a ⭐.

(back to top)

🙏 Acknowledgements

I would like to thank all code reviewers for making this project better.

(back to top)

📜 License

This project is MIT licensed.

(back to top)