https://github.com/marcraphael12/hello-react-front-end
https://github.com/marcraphael12/hello-react-front-end
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcraphael12/hello-react-front-end
- Owner: Marcraphael12
- License: other
- Created: 2023-12-16T22:39:56.000Z (over 2 years ago)
- Default Branch: build-front-end
- Last Pushed: 2023-12-16T23:04:21.000Z (over 2 years ago)
- Last Synced: 2025-02-07T23:52:14.072Z (over 1 year ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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)
- [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.
- HTML
- CSS
- JavaScript
- React
- 🚀 See random messages from the API
- 🌟 Basic UI built with TailwindCSS
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.
- CSS Checker:
```bash
npx stylelint "**/*.{css,scss}" --fix
```
- ESLint Checker:
```bash
npx eslint "**/*.{js,jsx}" --fix
```
👤 **Marc raphael**
- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- LinkedIn: [@Marcraphael12](https://www.linkedin.com/in/marc-raphael-essogo-bidzogo)
- [ ] **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.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
I would like to thanks to my family members for supporting me during Microverse, and their team.
This project is [MIT](./LICENSE) licensed.