https://github.com/xsidx/hello-react-front-end
https://github.com/xsidx/hello-react-front-end
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xsidx/hello-react-front-end
- Owner: XsidX
- Created: 2022-11-22T11:59:35.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-08T16:57:14.000Z (over 3 years ago)
- Last Synced: 2025-12-29T02:37:28.903Z (6 months ago)
- Language: JavaScript
- Size: 477 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Hello Rails Front-End** is a hello world front end project for a create react app consuming a rails back end api app.
Client
> Some features of the application.
- **React**
- **Redux**
- **Api calls with createAsyncThunk**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- React.js
- Redux
### Setup
Clone this repository to your desired folder:
### Install
Install this project with:
- Clone the repository using `git@github.com:XsidX/hello-rails-front-end.git`
- Navigate to the folder using `cd hello-rails-front-end`
### Usage
To run the project, execute the following command:
## `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### Run tests
To run tests, run the following command:
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### Deployment
You can deploy this project using:
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
👤 **Sidney**
- GitHub: [XsidX](https://github.com/XsidX)
- Twitter: [@\_sid_o](https://twitter.com/_sid_o_)
- LinkedIn: [Sidney Kaguli](https://www.linkedin.com/in/sidney-kaguli)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
I would like to thank microverse for providing the curriculum to guide me on this project.
This project is [MIT](https://github.com/XsidX/hello-rails-react/blob/hello-rails-front-end/MIT.md) 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._