Rails-React-Hello-World-Project

This project is a React front-end app that connects to a Rails back-end to display a random message.

Project Requirements

  • Create a new React app called 'hello-react-front-end'
  • Initialize your project with Git.
  • Create the App component with react-router.
  • Create the Greeting component that will display a greeting. Set it up as a route in your App component.
  • Create a store, an action and a reducer that will connect to you API endpont to get the random greeting.
  • Display the random greeting in your Greeting component.

Back-end

Link to Rails app

Built With

  • JS
  • CSS
  • JSX
  • React

Getting Started

Prerequisites

  • Node.js
  • npm

Setup

Clone the project:

git clone https://github.com/enkog/Bookstore.git

Run project

Install dependencies:

npm install
npm start

Author

Feel free to reach out. I'm always happy to connect 🙂

👤 Oguadinma Nkiruka Ngozika

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.