I used Vite template and
countries-list
package to create a simple table that displays all the countries of the world, with thename
,capital
,display flag
, andlink to wiki page
columns. I also added a basic search functionality to the app.
Live demo: Live Demo Link
To get a local copy up and running follow these simple example steps.
- On the project GitHub page, navigate to the main page of the repository this page.
- Under the repository name, locate and click on a green button named
Code
. - Copy the project URL as displayed.
- If you're running Windows Operating System, open your command prompt. On Linux, Open your terminal.
- Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
- Type
git clone
, and then paste the URL you copied in Step 3.
$ git clone https://github.com/teekaytech/coinsolv-assessment.git
- Press Enter. Your local copy will be created.
Please Note that you must have Git installed on your PC, this can be done here.
- Node
- NPM / NPX
- Web Browser
- Text Editor (VSCode, Notepad++)
Change working directory to the project's root directory on the terminal, install dependencies with: yarn install
In the project directory, you can run: yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload when you make edits.
Script 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.
Taofeek OLALERE
Contributions, issues and feature requests are welcome!
- Fork the Project: https://github.com/teekaytech/coinsolv-assessment
- Open a Pull Request
Feel free to check the issues page.
Give a ⭐ if you like this project!