/hello-react-front-end

This is the frontend for a rails backend application connected through API

Primary LanguageJavaScriptMIT LicenseMIT

Hello React Frontend App

📗 Table of Contents

📖 [Hello React Frontend App]

[ Hello React Frontend App] Is a React Application connecting to its Rails backend via API you can find here

🛠 Built With

Tech Stack

Key Features

  • [Make API Requests to its backend]

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

  • A browser of you choice.
  • A text editor of your choice.
  • An installed node.js on your local system

Setup

Clone this repository to your desired folder:

  • Use the following Commands:

    cd your-desired-folder
    git clone git@github.com:ProgramKingAbel/hello-react-front-end.git
    

Usage

  • Use following commands to run on your local system:

    npm run build
    npm run dev
    

Run tests

  • Run the following script and style test:

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

Deployment

You can deploy this project using:

  • Free deployment services like GitHub pages.
  • Any deployment services of your choice.

(back to top)

👥 Authors

👤 Abel Matunda Morara

(back to top)

🔭 Future Features

  • [Add Live version]

(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, give it a star

(back to top)

🙏 Acknowledgments

We would like to thank Microverse and our coding partners.

(back to top)

❓ FAQ

  • How to make it mobile friendly?

    • Put a viewport tag in the header
  • How to design the site?

    • Draw a mockup before start to code

(back to top)

📝 License

This project is MIT licensed.

(back to top)