Skip to content

sergioness/cardzapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cardzapp

This application allows you to search for users and get their brief info in form of neat small cards.
The deployed interactive version of this application is available on https://sergioness.github.io/cardzapp/.

This project was bootstrapped with Create React App.

Launch

To launch this app, run npm run start, and open http://localhost:3000 to view it in the browser.

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

Test

To run the tests, run npm run test:
It launches the test runner in the interactive watch mode.

Prod build

To get production-ready build for this application, run npm run build:
It 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!

Deployment

To deploy this application on https://sergioness.github.io/cardzapp/, run npm run deploy:
It will update the current version with a new one, so make sure everything works smoothly before deploying a new version.

See the section about deployment for more information.