This project is a frontend application built using Next.js. The application randomly selects and displays a Star Wars character each day from the Star Wars API (SWAPI).
Each user will see the same character for the entire day, but different users or browsers may see different characters.
- NodeJS:
22.8.0
First, run the development server:
# If `nvm` is installed, run this command to get the correct node version
nvm use
# Install packages
npm install
# Start local server
npm run dev
# Run Test
npm test
Open http://localhost:3000 with your browser to see the result.
Have fun 🙂!