Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



Logo

# 🌿 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

### Tech Stack

API

- https://restapi-greenway.vercel.app/

Frontend

- React
- Redux
- MUI

### Key Features
- **Authentication**
- **Home**
- **Article**
- **Destination**
- **Campaign**
- **Discussion**
- **About**

(back to top)

## 💻 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
```

## 🔭 Future Features

- **Implement All endpoints on API**
- **Better Structure Code**
- **Testing**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project you can share this project to your friend

(back to top)

## 📝 License

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

(back to top)