This project is my personal website hosted on Github Pages, using NextJS and TailwindCSS.
Its main feature of is a curated list of CTF tools and resources. The app connects to Google Sheets API to retrieve the data. The document can also be found here: https://docs.google.com/spreadsheets/d/153EWt5MA0mzLMnP5FlJ15d02YZwlyERIMjdAUdZwdzU/
- Header
- Implement
- Responsiveness
- Blog
- Markdown posts
- About me
- CTF Tools
- Grid format
- Make it more responsive
- Filters
- Single selection
- Apply multiple filters
- Search box
- Select multiple values for each filter
- Better looking selectors
- Table format
- Grid format
Run the development server:
npm run dev
# or
yarn dev
Then open http://localhost:3000 with your browser to see the result.