Marker is a simple learning journal designed to help people track projects and reflect on their learning. Its goal is to capture ideas, document outcomes, and generate insights that support future improvement.
The project originally began as a Chrome extension and was later rebuilt as a React application after the project’s direction changed to a word document. This repository serves as a marketing website that demonstrates how the document can be used effectively for projects or learning something new.
- Started: 17th October 2025
- Completed
This project uses Vite, React, TypeScript, and Tailwind CSS for the frontend.
The frontend code is organized as follows:
frontend/
├─ App.tsx
├─ index.tsx
├─ pages/
├─ components/
├─ assets/ ← images, icons, CSS
├─ hooks/ ← custom hooks
├─ utils/ ← helper functions
Clone the project
git clone https://link-to-projectGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run startContributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.