This is a solution to the REST Countries API with color theme switcher challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
-[x] See all countries from the API on the homepage
-[x] Search for a country using an input field
-[x] Filter countries by region
-[ ] Click on a country to see more detailed information on a separate page
-[ ] Click through to the border countries on the detail page
-[ ] Toggle the color scheme between light and dark mode (optional)
(Not taken)
- Solution URL: You can see the development flow here
- Live Site URL: Angular countries vercel live
- This project was generated with Angular CLI version 9.1.13.
- Consuming REST countries API
- Semantic HTML5 markup
- SCSS custom properties
- Flexbox
- Mobile-first workflow
(I'll explain after finish)
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
- Website - PhilipeX
- Frontend Mentor - @PhilipeeX