https://github.com/gobwah/the-jungle-house
A simple single page application showing a plant shop using React
https://github.com/gobwah/the-jungle-house
javascript js react reactjs shopping-site
Last synced: 9 months ago
JSON representation
A simple single page application showing a plant shop using React
- Host: GitHub
- URL: https://github.com/gobwah/the-jungle-house
- Owner: gobwah
- License: mit
- Created: 2021-11-28T17:45:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T04:49:13.000Z (over 2 years ago)
- Last Synced: 2025-01-08T23:29:08.577Z (10 months ago)
- Topics: javascript, js, react, reactjs, shopping-site
- Language: JavaScript
- Homepage: https://gobwah.github.io/the-jungle-house/
- Size: 8.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
The Jungle House
A simple single page application showing a plant shop using React
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
[![The Jungle House Screen Shot][product-screenshot]](https://gobwah.github.io/the-jungle-house/)
A simple single page application showing a plant shop using React. Basecode from [Openclassrooms](https://openclassrooms.com/fr/courses/7008001-debutez-avec-react).
### Built With
|||
|-|-|
| [React](https://reactjs.org/) |
|
## Getting Started
### Prerequisites
- npm
```sh
npm install npm@latest -g
```
### Installation
1. Clone the repo
```sh
git clone https://github.com/gobwah/the-jungle-house.git
```
2. Install dependencies
```sh
npm install
```
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Vincent DELLA-LIBERA - [@vincent-dellalibera](https://linkedin.com/in/vincent-dellalibera) - vincent.dellalibera@gmail.com
Project Link: [https://github.com/gobwah/the-jungle-house](https://github.com/gobwah/the-jungle-house)
## Acknowledgments
- [Openclassrooms](https://openclassrooms.com/)
[contributors-shield]: https://img.shields.io/github/contributors/gobwah/the-jungle-house.svg?style=for-the-badge
[contributors-url]: https://github.com/gobwah/the-jungle-house/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/gobwah/the-jungle-house.svg?style=for-the-badge
[forks-url]: https://github.com/gobwah/the-jungle-house/network/members
[stars-shield]: https://img.shields.io/github/stars/gobwah/the-jungle-house.svg?style=for-the-badge
[stars-url]: https://github.com/gobwah/the-jungle-house/stargazers
[issues-shield]: https://img.shields.io/github/issues/gobwah/the-jungle-house.svg?style=for-the-badge
[issues-url]: https://github.com/gobwah/the-jungle-house/issues
[license-shield]: https://img.shields.io/github/license/gobwah/the-jungle-house.svg?style=for-the-badge
[license-url]: https://github.com/gobwah/the-jungle-house/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/vincent-dellalibera
[product-screenshot]: public/page-demo.png