An open API service indexing awesome lists of open source software.

https://github.com/marcraphael12/hello-react-front-end


https://github.com/marcraphael12/hello-react-front-end

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Linters](#linters)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 **Rails Hello World Frontend**

- **React - Hello World - Frontend:** is a frontend application where you can see random messages fetched from an API built with Ruby on Rails.

## 🛠 Built With

See the Rails Application

- HTML
- CSS
- JavaScript
- React

### Key Features

- 🚀 See random messages from the API
- 🌟 Basic UI built with TailwindCSS

## 💻 Getting Started

1. Clone the repository:

```bash
git clone git@github.com:JavierAybar/hello-react-front-end.git
cd hello-react-front-end
code . # To open VS Code Editor
```

2. Customize as needed.

### Commands

- **npm start:** Run the app in development mode.
- **npm test:** Launch the test runner.
- **npm run build:** Build the app for production.

### Linters

- CSS Checker:

```bash
npx stylelint "**/*.{css,scss}" --fix
```

- ESLint Checker:

```bash
npx eslint "**/*.{js,jsx}" --fix
```

## 👥 Authors

👤 **Marc raphael**

- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- LinkedIn: [@Marcraphael12](https://www.linkedin.com/in/marc-raphael-essogo-bidzogo)

(back to top)

## 🔭 Future Features

- [ ] **Implement CRUD functionality for Messages**: Develop a comprehensive CRUD (Create, Read, Update, Delete) application, enabling efficient management and manipulation of message data within the system.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 🙏 Acknowledgments

I would like to thanks to my family members for supporting me during Microverse, and their team.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)