The Random User project was created by me while learning React combined with TypeScript. This simple application that displays data from a random user allowed me to put into practice the knowledge I had gained in Tailwind CSS. For the first time, I implemented the ability to change the theme from light to dark and vice versa.
Features:
- Dark/light mode
- Displaying user data
Technologies used to build this application:
Libraries used to build this application:
Below you find all scripts to clone, run and build this application.
git clone https://github.com/KingaMiroslaw/random-user.gitnpm installFirst, run the development server:
npm run startOpen http://localhost:3000 with your browser to see the result.
npm run build
