https://github.com/andercm/hello-react-front-end
https://github.com/andercm/hello-react-front-end
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andercm/hello-react-front-end
- Owner: anderCM
- License: mit
- Created: 2023-06-13T21:48:51.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-14T00:34:16.000Z (about 3 years ago)
- Last Synced: 2025-03-30T12:41:44.483Z (over 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hello React Frontend
# 📗 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)
- [Backend](#backend)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
Hello React Frontend is a react js application to display information gotten from a back-end application
## 🛠 Built With
Frontend
- **Data Model**
To get a local copy up and running follow these simple example steps.
### Prerequisites
> You need the following tools be installed in your computer:
> - [Node](https://nodejs.org/)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Yarn](https://yarnpkg.com/)
### Setup
Clone this repository to your desired folder:
```sh
cd my-prefered-folder
git clone https://github.com/anderCM/hello-react-front-end.git
```
### Install
Install this project with:
```sh
cd hello-react-front-end
yarn install
```
### Usage
To run the project, execute the following command:
```sh
yarn dev
```
### Run tests
To run tests, run the following command:
```sh
yarn test
```
### Backend
You can find the backend application [here](https://github.com/anderCM/hello-rails-back-end)
### Deployment
To deploy this application you can use Github pages, Netlify, Railway or similar.
👤 **Anderson**
- GitHub: [@Anderson](https://github.com/anderCM)
- LinkedIn: [Anderson](https://www.linkedin.com/in/andersoncanales/)
- [ ] **CRUD for budges**
- [ ] **Awesome UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/anderCM/hello-react-front-end/issues).
If you like this project please give it a star 😁🌟✨
## 🙏 Acknowledgments
Thanks to Microverse for providing us with the right material to aid this project development
This project is [MIT](./LICENSE) licensed.