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.git
npm install
First, run the development server:
npm run start
Open http://localhost:3000 with your browser to see the result.
npm run build