anita00001 / hello-react-front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About


Languages

Language:JavaScript 51.7%Language:HTML 38.3%Language:CSS 10.1%