Loading repository data…
Loading repository data…
thewanionly / repository
The second version of my solution to Frontend Mentor's REST Countries challenge. This is much improved and I've used TypeScript and TDD in this project.
This project is a solution to Frontend Mentor's REST Countries API with color theme switcher challenge. This is built with ReactJS with TypeScript, Redux, Jest and React Testing Library. This is a responsive application and also has dark mode which showcased my css layout and architectural skills. This also involves REST API and best practices in fetching data.
Here are the complete set of technologies that I used for building this app:
npm installnpm start to start the app in the development mode. Open http://localhost:3000 to view it in your browser.npm test to launch the test runner in the interactive watch mode. This will execute the written unit tests.