Skip to content

vncntcltt/react-countries

Repository files navigation

react-countries

This is a personal project to learn React.

You can see the project in action at https://vncntcltt.github.io/react-countries

ScreenShot

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

npm run lint

Lint all code from srcfolder using Eslint and Prettier configuration.

npm run lint:fix

Fix all fixable lint errors.

npm run storybook

Launch storybook browser.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.