Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajengalyak/greenway
GreenWay is an eco-travel app built with React, Redux, and Material-UI, leveraging a custom API called restapi-greenway that I developed. This project is currently a work-in-progress, created for personal enjoyment and continuous learning.
https://github.com/ajengalyak/greenway
mui reactjs redux
Last synced: 16 days ago
JSON representation
GreenWay is an eco-travel app built with React, Redux, and Material-UI, leveraging a custom API called restapi-greenway that I developed. This project is currently a work-in-progress, created for personal enjoyment and continuous learning.
- Host: GitHub
- URL: https://github.com/ajengalyak/greenway
- Owner: AjengAlyaK
- License: mit
- Created: 2024-06-25T04:52:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T03:21:19.000Z (about 1 month ago)
- Last Synced: 2024-11-18T04:22:30.669Z (about 1 month ago)
- Topics: mui, reactjs, redux
- Language: JavaScript
- Homepage: https://greenway-topaz.vercel.app/
- Size: 399 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌿 GreenWay
GreenWay is an eco-travel app built with React, Redux, and Material-UI, leveraging a custom API called restapi-greenway that I developed. This project is currently a work-in-progress, created for personal enjoyment and continuous learning.
## 🛠 Built With
API
- https://restapi-greenway.vercel.app/Frontend
- React
- Redux
- MUI### Key Features
- **Authentication**
- **Home**
- **Article**
- **Destination**
- **Campaign**
- **Discussion**
- **About**## 💻 How to run on local
Clone this repository (branch-main)
```bash
git clone https://github.com/AjengAlyaK/greenway.git
```
Go to the root folder```bash
cd greenway
```Install all dependency
```bash
npm install
```Run
```bash
npm run start
```- **Implement All endpoints on API**
- **Better Structure Code**
- **Testing**Contributions, issues, and feature requests are welcome!
If you like this project you can share this project to your friend
This project is [MIT](./LICENSE) licensed.