/e2e-country-task

e2e-country-task

Primary LanguageTypeScript

E2E-Country Task

This task show a basic app that includes CRUD operations.

Development

To run the development environment follow these steps:

  • Clone this repo.
  • Run these command in the terminal
	npm run install
	npm run serve
  • Run this in a different terminal
	npm run dev

open http://localhost:3000

Library Used

  • Developed by ReactJs library
  • Built by NextJs
  • Fully typed by Typescript
  • Form and validation by react-hook-form and yup
  • Designed using ChakraUi design system