Front End staycation built with React js

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

  • [x] Login/Register AUTH With JWT
  • [x] Password hashing With Bcript
  • [x] CRUD
  • [x] Search
  • [x] Sort
  • [x] Pagination
  • [x] 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

Download Details:

Author: RepoRandi

Demo: https://staycations.netlify.app/

Source Code: https://github.com/RepoRandi/staycation

#react #reactjs #javascript

Front End staycation built with React js
34.15 GEEK