Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.68 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.68 KB

Simple React app for search itineraries.

I created this project with Create React App. I used React because it provides a very good way to have an SPA.

I have used React Hooks instead of classes in order to have a more readable and scalable code.

I have used React Router to routing the React SPA.

I have used Styled Components to style the components.

I have used Jest and Enzime for unit testing of the components.

Tech

The technologies that I have used are:

  • [JavaScript] - ES6
  • [HTML5]
  • [CSS3]

Libraries:

  • [React]
  • [React Router]
  • [Styled Components]
  • [Jest]
  • [Enzyme]

To run this project execute following commands in order

cd server
yarn install
cd ..
yarn install
yarn start

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner.

yarn 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.