Skip to content

profikid/Jorick.tv

Repository files navigation

Jorick.tv

Overview

Jorick.tv is a personal website/portfolio platform built with modern web technologies. This project aims to create an engaging and professional online presence.

Features (Planned)

  • Modern, responsive design
  • Portfolio showcase
  • Content management system
  • Blog section
  • Contact form
  • Social media integration

Technology Stack

  • Frontend:
    • Next.js
    • React
    • Tailwind CSS
    • TypeScript
  • Backend:
    • Node.js
    • MongoDB (for content management)
  • Deployment:
    • Vercel

Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn
  • Git

Installation

  1. Clone the repository:
git clone https://github.com/profikid/Jorick.tv.git
cd Jorick.tv
  1. Install dependencies:
npm install
# or
yarn install
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser to see the result.

Project Structure

jorick.tv/
├── components/     # Reusable React components
├── pages/          # Next.js pages and API routes
├── public/         # Static files
├── styles/         # Global styles and Tailwind config
├── lib/           # Utility functions and helpers
├── types/         # TypeScript type definitions
└── content/       # Content management files

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Jorick - @YourTwitterHandle

Project Link: https://github.com/profikid/Jorick.tv

About

Website for Jorick.tv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published