This project is a full-stack web app with a fancy design and smooth animations.
It uses Axios to fetch data from the Secrets API, and renders dynamic content with EJS templates.
- Stylish design and hover animations with CSS
- Fetches and displays secrets from a public API
- Uses Axios for API interaction
- EJS for server-side templating
- Runs on a Node.js + Express backend
- Install dependencies:
npm install
- Start the server:
node index.js
- Open http://localhost:3000 in your browser.
(You can change the port in
index.jsby modifyingconst port = 3000;)
- Node.js
- Express.js
- EJS
- HTML5 / CSS3
- Axios – for API requests
