Skip to content

artuone83/new-secret-escapes

Repository files navigation

New Secret Escapes

Netlify Status

This project was bootstrapped with Create React App.

Publicly available: here

About

This simple single page application allows to search for a holiday and view some basic details about it.

Application contains three pages:

  • Home (search location)
  • Results (A list of results that match the search performed, and link through to the details page)
  • Details (more rich information about selected hotel/sale)

Installation / Development

This project requires Node.js. During the development process was used Node v16.17.0

  • clone this repository git clone https://github.com/artuone83/new-secret-escapes.git
  • install dependencies npm install
  • start local server npm start

Technologies

Frontend

Backend

open API from https://staging.sparrow.escapes.tech/graphql (No Authorization Required)

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

npm run lint

Finds and list problems with your JavaScript code.

npm run format

Formats code with Prettier.

npm run codegen

Generates TypeScript Types From GraphQL schema to src/generated/graphql.ts file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published