Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/frontend setup #3

Merged
merged 2 commits into from
Feb 6, 2025
Merged

Conversation

romain-lfg
Copy link
Collaborator

Frontend Implementation with Next.js

Overview

This PR introduces the initial frontend setup for the LFG project using Next.js 14, React 18, TypeScript, and TailwindCSS.

Changes

  • Set up Next.js 14.1.0 with TypeScript and React 18.2.0
  • Configure TailwindCSS for styling
  • Add ESLint for code quality
  • Create basic app structure with App Router
  • Implement initial homepage layout
  • Configure development environment

Technical Details

Dependencies Added

  • Next.js 14.1.0
  • React & React-DOM 18.2.0
  • TypeScript 5.3.3
  • TailwindCSS 3.4.1
  • ESLint with Next.js configuration

Configuration Files

  • tsconfig.json for TypeScript settings
  • tailwind.config.ts for TailwindCSS
  • postcss.config.js for PostCSS
  • next.config.js for Next.js
  • .gitignore for proper Git management

Testing

  • The development server can be started with npm run dev
  • Basic page layout and styling are in place
  • TypeScript compilation is working as expected

Next Steps

  • Add authentication system
  • Implement main features UI
  • Set up API integration
  • Add unit tests

- Set up Next.js with TypeScript and TailwindCSS
- Add basic app structure and configuration
- Configure development environment
- Add initial homepage layout
@romain-lfg romain-lfg merged commit de6238c into Okulon:main Feb 6, 2025
@romain-lfg romain-lfg deleted the feat/frontend-setup branch February 13, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant