-
This repository contains a website code that provides general information about the countries of the world. The project was created as part of co-creation with the Frontend mentor community.
-
In this project I implemented:
- processing data from a third-party service;
- for the first time tried to animate the markup with Framer Motion;
- implemented a change in the colour theme;
Clone the repository on your computer. Then run the following commands from the root of the project, from the terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm start |
Starts local dev server at localhost:5173 |
pnpm build |
Build your production site to ./dist/ |
pnpm lint |
Builds and installs a custom eslint plugin and runs eslint on the source files using a custom configuration |
pnpm format |
Formats the source files using prettier |
Contributions to this project are welcome. If you find a bug or have a feature request, please open an issue on the project's GitHub page. If you would like to contribute code, please fork the repository and create a pull request with your changes.