Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmunyi/morning-dew-frontend
A Frontend ReactJs app that allows users to book rooms and make payment using stripe payment gateway. Stack: Bootstrap, AntDesign, ReactJs, Restful-api
https://github.com/devmunyi/morning-dew-frontend
antd bootstrap reactjs restful-api
Last synced: 5 days ago
JSON representation
A Frontend ReactJs app that allows users to book rooms and make payment using stripe payment gateway. Stack: Bootstrap, AntDesign, ReactJs, Restful-api
- Host: GitHub
- URL: https://github.com/devmunyi/morning-dew-frontend
- Owner: devMunyi
- License: mit
- Created: 2023-03-18T18:40:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-22T12:48:54.000Z (over 1 year ago)
- Last Synced: 2024-04-15T05:38:33.989Z (7 months ago)
- Topics: antd, bootstrap, reactjs, restful-api
- Language: JavaScript
- Homepage: https://morning-dew.netlify.app/
- Size: 661 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> A Frontend ReactJs app that allows users to book rooms and make payment using stripe payment gateway. It consumes API endpoints from a [NodeJs Backend](https://github.com/devMunyi/morning-dew-backend)
Client
### Key Features
- **[authentication]**
- **[view available rooms]**
- **[book room]**
- **[make payment]**
## 🚀 Live Demo
- [Live Demo Link](https://morning-dew.netlify.app/)
## 💻 Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Git
- NodeJs installed
- Code Editor of your choice
- MongoDB Installed or MongoDB Atlas Account
### Setup
Clone this repository to your desired folder:
To run and view this application, you will first have to clone a local version of this repository using:
`git clone https://github.com/devMunyi/morning-dew-frontend.git`
After that navigate to the newly created folder:
`cd morning-dew-frontend`
### Install
Run following command to install dependencies:
`npm install`
### Usage
To run the project, execute the following command:
Start a local server running the command:
`npm run start`
👤 **Samuel**
- GitHub: [@devMunyi](https://github.com/devMunyi)
- LinkedIn: [Samuel Munyi](https://www.linkedin.com/in/samuel-munyi)
## 🔭 Future Features
- [ ] **[Integrate MPESA payment gateway]**
- [ ] **[Integrate SMS]**
- [ ] **[Add email confirmation]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## ⭐️ Show your support
Give a ⭐️ if you like this project!
## 🙏 Acknowledgments
I would like to thank:
- Microverse for providing an excellent curriculum that has helped me enhance my skills in software development.
- Everyone whose code was used.
This project is [MIT](./MIT.md) licensed.