/hello-react-front-end

Primary LanguageJavaScriptMIT LicenseMIT

Hello react front end

📗 Table of Contents

📖 [Hello react front end]

[Hello react front end] is a react app thats fetching random generated json data from a rails api.

🛠 Built With

Tech Stack

React
  • https://react.dev/
Redux
  • https://redux.js.org/

Key Features

  • [Render a random greeting from api]

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

  • Install node.js

Setup

Clone this repository to your desired folder:

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

Install

Install this project with:

  cd hello-react-front-end
  npm install
  npm install --save-dev eslint@7.x eslint-config-airbnb@18.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x eslint-plugin-react-hooks@4.x @babel/eslint-parser@7.x @babel/core@7.x  @babel/plugin-syntax-jsx@7.x @babel/preset-env@7.x  @babel/preset-react@7.x
  npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

Usage

To run the project, execute the following command:

  npm run build
  npm start

Run tests

To run tests, run the following command:

  npx eslint "**/*.{js,jsx}"
  npx stylelint "**/*.{css,scss}"

(back to top)

👥 Authors

👤 Belden Mugauri

(back to top)

🔭 Future Features

  • [Implement greeting in different languages]

(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 please show support by staring ⭐️.

(back to top)

🙏 Acknowledgments

  • I would like to give Microverse my sincerest gratitude for accommodating me in the Full-time Software Development program.

(back to top)

📝 License

This project is MIT licensed.

(back to top)