Full Stack App - Front-End

📗 Table of Contents

📖 Hello App - Front-End

A Hello App is a simple app that generate random greetings. It is the simple example of a Full Stack App with Rails, React and Webpack. Hello App - Front-End is the React Front-End that displays random greeting for the user.

Back-End Link

Click Me to see the Back-End ⚙

🛠 Built With

Tech Stack

This application is built using React and Redux.

React
Redux

Key Features

  • Built using React
  • Shows random Greeting

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

  • Version Requirements:
  react > 16.3.2

Setup

Clone this repository to your desired folder:

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

Install

Install this project with:

  npm install
  npm install react-redux
  npm install react-router-dom
  npm install @reduxjs/toolkit

Usage

To run the project, execute the following command:

  • Run the server
  npm start

Run tests

  • To run Stylelint checker, run the following command:
  npm install
  npx stylelint "**/*.{css,scss}"
  • To run ESlint checker, run the following command:
  npx eslint "**/*.{js,jsx}"

👥 Authors

👤 Anita Sharma

(back to top)

🔭 Future Features

  • UX improvements: transitions and/or animations
  • Add User Interaction

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

⭐ If you like this project, you can appreciate us by giving star ⭐

🚀 Follow us on GitHub, LinkedIn, and Twitter 🙏🤗

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing this opportunity to build this project. Also, I extend my sincere gratitute to Code Reviewers who encourage and support to build this application more effieiently.

(back to top)

📝 License

This project is MIT licensed.

(back to top)