Skip to content

Booking hotel project for job interview. Technology used: React.js, CSS, HTML, Bootstrap, Mock API

Notifications You must be signed in to change notification settings

yanachernova/Frenon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Frenon 👋

Version

Booking hotel project for job interview. Technology used: React.js, CSS, HTML, Bootstrap, Mock API

Create React App

Create React apps with no build configuration.

  • User Guide – How to develop apps bootstrapped with Create React App.

Create React App works on macOS, Windows, and Linux.
If something doesn’t work, please file an issue.
If you have questions or need help, please ask in GitHub Discussions.

Table of content

Quick Overview

npm create-react-app nameofyourapp
cd my-app
npm run start

If you've previously installed create-react-app globally via npm install -g create-react-app, we recommend you uninstall the package using npm uninstall -g create-react-app or yarn global remove create-react-app to ensure that npx always uses the latest version.

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

Then open http://localhost:3000/ to see your app.
When you’re ready to deploy to production, create a minified bundle with npm run build.

npm start

It will create a directory called my-app inside the current folder.
Inside that directory, it will generate the initial project structure and install the transitive dependencies:

my-app
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
    ├── App.css
    ├── App.js
    ├── App.test.js
    ├── index.css
    ├── index.js
    ├── logo.svg
    └── serviceWorker.js
    └── setupTests.js

Install

npm install

Usage

npm run start

Runs the app in development mode.
104 Open http://localhost:3000 to view it in the browser. 105 ​ 106 The page will automatically reload if you make changes to the code.
107 You will see the build errors and lint warnings in the console. 108 ​ 109

110 Build errors 111

112 ​

Author

👤 Yana

Show your support

Give a ⭐️ if this project helped you!


About

Booking hotel project for job interview. Technology used: React.js, CSS, HTML, Bootstrap, Mock API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published