Skip to content

A countries search app built with the RESTcountries api, it has a very cool UI and UX. I made use of Ant design

Notifications You must be signed in to change notification settings

youngancient/countriesAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

countriesAPI

Live Preview

Folder Structure

countriesAPI
  ├── node_modules
  ├── public
  │   ├── favicon.svg
  │   └── assets
        ├── images,svgs
  └── src
      ├── Components
         ├── All-components
      ├── Pages
          ├── all pages
      ├── Utils
          ├── Data-utils
      ├── App.css
      ├── App.jsx
      ├── index.css
      ├── index.jsx
  ├── .gitignore
  ├── index.html
  ├── package.json
  ├── README.md
  ├── vite.config.js

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/youngancient/countriesAPI.git
cd countriesAPI

Install dependencies: You can use npm, but I am a fan of yarn!

yarn

Now, you can start a local web server by running:

yarn dev

And then open http://localhost:5173/ to view it in the browser.

Available Scripts

In this project, you can run the following scripts:

Script Description
yarn dev Runs the app in the development mode.
yarn run build Builds the app for production to the dist folder.
yarn run preview Serves the production build from the dist folder.

About

A countries search app built with the RESTcountries api, it has a very cool UI and UX. I made use of Ant design

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published