Skip to content

Justin-Bento/marker

Repository files navigation

Marker

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

File Structure

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

Install and Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

About

A simple document to help people track projects and reflect on their learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors