Skip to content

th3-Rocha/Calendar-Life-Next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar Life (Next.js)

This repository contains the frontend for Calendar Life, built with Next.js.

Purpose

This project exists primarily for studying and practicing Next.js (routing, components, data fetching patterns, styling, etc.).

Tech Stack

  • Next.js (React)
  • TypeScript
  • Node.js / npm (or yarn / pnpm)

Getting Started

1) Install dependencies

npm install

2) Run the development server

npm run dev

Then open:

  • http://localhost:3000

Scripts (common)

npm run dev      # start dev server
npm run build    # production build
npm run start    # run production server
npm run lint     # lint (if configured)

Notes

  • This is a learning-focused frontend repo; structure and features may change as I experiment with Next.js.

License

Add a license if/when you want (MIT, Apache-2.0, etc.).

About

Calendar Life is a personal study project focused on learning Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors