The Hello Rails React Frontend App is a React web application that displays different kinds of greetings from an API endpoint. It makes use of redux to maintain central store. It is to be interfaced with the Hello Rails Backend a Rails Backend application that exposes the API endpoints.
Client
Client
- React front end
- Redux Store
A live demo link will be added soon.
In order to run this project you need:
npm installed
Clone this repository to your desired folder:
git clone https://github.com/JonahKayizzi/hello-react-front-end.git
cd hello-react-front-end
To run the project, execute the following command:
npm run build - To build the application locally
npm run start - To run the application locally
Run the brower via localhost:3000
To run tests, run the following command:
npm run test
👤 Jonathan Kayizzi
- GitHub: @JonahKayizzi
- Twitter: @JonahKayizzi
- LinkedIn: LinkedIn
- ADD more React Components
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please add a ⭐️
Credit to Microverse for the project specification
This project is MIT licensed.