Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 27 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
# Crypto Caller Tracker & Scam Safety Guide

## Getting Started
This is a [Next.js](https://nextjs.org) app built to help users track top Telegram crypto callers, read about trending memecoins and altcoins, and most importantly — stay safe from crypto scams.

First, run the development server:
> This is my final school project (`lokaverkefni`) and is currently under development.

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
---

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Features (Planned & In Progress)

This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
- ✅ Track trusted Telegram crypto callers
- ✅ Memecoin and altcoin articles
- ✅ Scam safety tips and guides
- 🚧 User-submitted reports and ratings on callers _(planned)_
- ✅ Contentful CMS integration for article management
- ✅ Responsive design with Tailwind CSS
- ✅ Clean icons using Lucide
- ✅ Optimized with metadata for SEO and social sharing

## Learn More
---

To learn more about Next.js, take a look at the following resources:
## Tech Stack

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- **Framework**: [Next.js 15](https://nextjs.org)
- **Language**: TypeScript
- **Styling**: Tailwind CSS 4 (with PostCSS)
- **Icons**: Lucide React
- **CMS**: Contentful
- **Rendering**: Server-side & static generation (SSG/SSR)
- **Fonts**: Geist (via Vercel)

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
## 🛠️ Getting Started

## Deploy on Vercel
Install dependencies:

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
# lokaverk
```bash
npm install
```
Loading