https://github.com/simongideon/hello-react-front-end
https://github.com/simongideon/hello-react-front-end
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simongideon/hello-react-front-end
- Owner: SimonGideon
- License: mit
- Created: 2023-06-08T10:12:17.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-09T17:04:45.000Z (about 3 years ago)
- Last Synced: 2024-10-27T15:39:10.104Z (over 1 year ago)
- Language: JavaScript
- Size: 768 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hello world front-end
# 📗 Table of Contents
- [Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
This is a simple repo to test the connection between React and Rails, using Redux store to show some quotes.
Client
Bundle
- Fetch comment from database
- Display random comment
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- node installed
- npm/yarn
- Github account.
- Code editor (Visual Studio Code, Atom, etc.)
### Backend
[Link](https://github.com/SimonGideon/hello-rails-back-end/tree/base-files)
### Setup
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/SimonGideon/hello-react-front-end
### Usage
To run the project, execute the following commands in your Ruby terminal:
Make sure you have the backend server running with `rails s`
`npm install` to install the files.
`npm start` to run the dev server.
👤 **Simon Gideon**
- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)
- LinkedIn: [mnayi-gideon](https://linkedin.com/in/mnayi-gideon)
- Add comment button
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Microverse
- Iulian Savin (Iulius90) from devsnap.me for his quote styling
This project is [MIT](./LICENSE) licensed.