Skip to content

webdev-ashishk/rest-country-project

Repository files navigation

Used Technologies

  1. React: Building the user interface with React was a fantastic experience. The component-based architecture made managing state and UI interactions smooth and efficient.
  2. TypeScript: Adding TypeScript to the mix has been a game-changer. The type safety and improved developer experience have really enhanced my productivity.
  3. TailwindCSS: For styling, I went with TailwindCSS. Its utility-first approach has made customizing and maintaining styles straightforward and enjoyable.
  4. React Router DOM: Implementing navigation with React Router DOM allowed me to create a seamless and intuitive routing experience within the app.
  5. Parcel: As the bundler, Parcel’s zero-config setup made the process of bundling and optimizing my project straightforward, letting me focus more on development.