Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barakadanny/hello-react-front-end
https://github.com/barakadanny/hello-react-front-end
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/barakadanny/hello-react-front-end
- Owner: barakadanny
- Created: 2023-01-21T15:10:22.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-04T12:10:42.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T15:35:34.596Z (6 months ago)
- Language: JavaScript
- Size: 967 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Greetings App
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)> This is a simple App that returns a random greeting message fetched from an Api.
* Link to the back-end [Backend](https://github.com/barakadanny/hello-rails-back-end/pull/2)- React js
- Redux toolkit- Return Random greetings
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- to have ruby and rails installed### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/barakadanny/hello-react-front-end.git
```### Install
Install this project with:
```sh
npm install
```### Usage
To run the project, execute the following command:
```sh
npm start
```### Run tests
- Run `npm test` to run the tests
> Mention all of the collaborators of this project.
👨💻 **Baraka Danny**
- GitHub: [@barakadan](https://github.com/barakadanny)
- LinkedIn: [danny baraka](https://www.linkedin.com/in/danny-baraka-589156169/)> Describe 1 - 3 features you will add to the project.
- [ ] Api Documentation and customization
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/barakadanny/hello-react-front-end/issues)
If you like this project...
I would like to acknowledge:
- [Microverse](https://www.microverse.org/) for the opportunity to work on this project
- [The creative common](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=) for the design- **Is Rails relevant in 2023?**
- [Yes, Rails is still popular among developer](https://blog.railwaymen.org/is-ruby-on-rails-dead)
- **Is it easy to learn Ruby on Rails**
- [It is very easy to learn compared to most of the programming languages](https://careerkarma.com/blog/why-learn-ruby-on-rails/)
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._