A web-app using the wikipedia's rest API to show important historical events for each day. This is a part of a multi-project containing the web-app and a mobile application.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.