- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This repository is developed using React and is used to display random greeting messages by utilizing a Rails API.
HTML 5 , CSS3, javascript ES6, React , Redux and Rails API
React, redux, axios, webpack and babel
to run on your localhost clone the project to local folder
- git clone https://github.com/zewdu444/hello-react-front-end.git
- cd hello-react-front-end
- npm install
In order to run this project you only need:
- latest web-browser
- node.js and npm
To run the project, execute the following command: first run the rails API server by using the following command:
git clone https://github.com/zewdu444/hello-rails-back-end.git
cd hello-react-back-end
bundle install
rails s
http://127.0.0.1:3000/api/v1/greetings
To run front-end use the following command:
cd hello-react-front-end
npm start
http://localhost:3001/ #opened automatically
👤 zewdu erkyhun
- GitHub: @zewdu444
- Twitter: @zewdu444
- LinkedIn: zewdu-anley
add styling to the project
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like the project please give it star
I would like to thank Microverse team
This project is MIT licensed.