Hello React Frontend repository hosts the web interface for a random message display application. Users can enjoy a variety of messages with each visit, enhancing their browsing experience.
Technology
- React - A frontend framework for building user interfaces
- Redux - A predictable state management library for JavaScript applications.
- JavaScript - A high-level programming language used for web development.
- npm - A package manager for the Node.js runtime environment
- Create React App - A tool used to quickly set up a modern React web application with no build configuration required.
- HTML - A markup language used for creating web pages
- CSS - A style sheet language used for describing the presentation of a document written in HTML
- User can view random messages
In order to reproduce the receipe-app and be able to make changes for your own purpose, you need the following tools:
- Visual Studio Code
- git-scm
- A Github account
Clone this repository to your desired folder by running the following command:
git clone https://github.com/juanmanuelbyc/hello-react-front-end.git
To use this application, you need to have node
installed on your machine. Once you have them installed,
Run bundle install to install all dependencies
cd hello-react-front-end
npm install
Once you have the files on your machine, you can view it on your browser on https://localhost:3000
by running
npm start
To access the backend scripts that power this user interface, please refer to the instructions in the README of the backend repository linked here.
👤 Juan Diaz
- GitHub: @skabeo
- Improved user interface
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you would like to contribute to this project, you can follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Create a pull request back to the original repository.
If you like this project, please give it a star on GitHub.
I would like to express my gratitude to the following individuals and organizations for their contributions to this project:
- GitHub: Platform for version control and collaboration
- Microverse: Global school for remote software developers
-
How can I contribute to this project?
- Contributions, issues, and feature requests are welcome! You can check the issues page to see if there are any current issues or feature requests that you can work on. If not, feel free to submit a new issue or pull request. Before contributing, please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.
This project is MIT licensed.