https://github.com/quavo19/hello-react-front-end
https://github.com/quavo19/hello-react-front-end
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quavo19/hello-react-front-end
- Owner: quavo19
- License: mit
- Created: 2023-06-15T11:42:16.000Z (almost 2 years ago)
- Default Branch: Dev
- Last Pushed: 2023-06-15T15:14:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T04:29:37.136Z (4 months ago)
- Language: JavaScript
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Hello react front-end ** is a frontend for a displaying random greetings.
## Backend
The backend was made with rails on ruby and can be found [here](https://github.com/quavo19/hello-rails-back-end)
- ROR
- Postgresql
- Rspec- **Generate Random Greetings.**
- **It allows users to see each random Greeting.**To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need the following installed in your local system
- Ruby
- Git CLI
- Github account
### Prerequisites
In order to run this project you need:
- [git](https://git-scm.com/downloads): A tool for managing source code
- [Visual Studio Code](https://code.visualstudio.com/): A source code editor
- Have a working and updated browser
- Have a local version control like git installed on your computer
- A copy of the link of this Repository.
```sh
https://github.com/quavo19/hello-react-front-end.git
```
### Setup
Clone this repository to your desired directory using the command:
```sh
cd your-folder
git clone https://github.com/quavo19/hello-react-front-end.git
```
### Install
Install the required dependencies using the following command:
```sh
npm install
```
### Usage
Run the server using the following command:
```sh
npm start
```
### Run tests
Run this command to fix some CSS linters error
```sh
npx stylelint "**/*.{css,scss}" --fix
```
Run this command to fix some JavaScript linters error
```sh
npx eslint . --fix
```
👤 **Akite Donald**
- GitHub: [@githubhandle](https://github.com/quavo19)
- Twitter: [@twitterhandle](https://twitter.com/DonaldAkite)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/donald-akite-299a31222/)
- [ ] **[Style the components]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/quavo19/hello-react-front-end/issues).
If you like this project please leave a STAR to the [Github repo](https://github.com/quavo19/
hello-react-front-end/)
I would like to appreciate [Microverse](https://www.microverse.org/) for providing the learning resources for this exercise.
This project is [MIT](./LICENSE) licensed.