Skip to content

RepoRandi/staycation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Project Website Dependencies

Create UI For staycation website

📝 Table Of Content

Built-With

  • React.js - FrontEnd Library JavaScript
  • Bootstrap - Css Framework
  • Redux - JavaScript library for managing application state

Features

  • Login/Register AUTH With JWT
  • Password hashing With Bcript
  • CRUD
  • Search
  • Sort
  • Pagination
  • Cors

Prerequisites

  • Node.js installed on the local machine
  • Npm or Yarn installed on the local machine
  • React.js installed on the local machine

Development

Clone Repo And Install Package

  1. Clone this repository: git clone https://https://github.com/RepoRandi/staycation
  2. Install depedencies:
    • cd staycation
    • npm install
  3. Start the server:
    • Open Terminal npm start

Live

HTTP-Verbs

Verbs Description
GET Request data from the server
POST Sending data to the server
PUT Change all data that is already on the server
PATCH Change Most of the data already exists on the server
DELETE Delete data that is already on the server

Screenshot

  • Landing Page

screenshot-landingpage

  • Details Page

screenshot-details-page

  • Checkout Page :

    1. Booking information screenshot-booking-information

    2. Payment screenshot-payment

    3. Completed screenshot-completed

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

Copyright © 2020 By Randi Maulana Akbar

Releases

No releases published

Packages

No packages published

Languages