This is a web applications project written using Create Next App, Typescript with reqres.in API and Figma UI/UX Design.
Project hosted on Vercel: https://react-figma-typescript.vercel.app/
- POST request
- Preloader
- RegistrationSuccess component
- Tablet and mobile friendly
- React Js, Css, Typescript
- React Hooks
- Figma(https://www.figma.com/design/ykJhQGVFGbQBEQZzuktwvm/TESTTASK---2022?node-id=581-0&node-type=canvas&t=SpMEmpl0xgEM4LRE-0)
Install git, nodejs, npm in your local computer
Clone this repository to your local computer:
$ git clone https://github.com/albaitas/react-figma-typescript.git
Install dependencies:
npm install
Runs the app in the development mode:
npm start