https://github.com/alextraveylan/ingeliance-site
App nextjs for beter website with good SEO
https://github.com/alextraveylan/ingeliance-site
Last synced: 3 months ago
JSON representation
App nextjs for beter website with good SEO
- Host: GitHub
- URL: https://github.com/alextraveylan/ingeliance-site
- Owner: AlexTraveylan
- Created: 2024-03-14T10:07:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T09:36:35.000Z (about 1 year ago)
- Last Synced: 2025-01-13T10:51:02.404Z (5 months ago)
- Language: TypeScript
- Homepage: https://ingeliance-site.vercel.app
- Size: 5.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ingeliance Site
This is a Next.js project built with TypeScript and styled with Tailwind CSS.
## Project Structure
- `app/`: Contains the main pages of the application, organized by sections such as `groupe`, `secteur`, `metiers`, `carriere`, `actualites`, and `contact`.
- `components/`: Contains reusable components like `header.tsx` and `navbar.tsx`.
- `lib/`: Contains utility functions and data such as `navBarContent.ts` and `utils.ts`.
- `public/`: Contains public assets for the application.## Available Scripts
In the project directory, you can run:
- `npm run dev`: Runs the app in the development mode.
- `npm run build`: Builds the app for production.
- `npm run start`: Runs the built app in production mode.## Dependencies
This project uses several dependencies, including:
- `next`: For building the Next.js application.
- `react` and `react-dom`: For building the UI of the application.
- `tailwindcss`, `tailwind-merge`, and `tailwindcss-animate`: For styling the application.
- `clsx` and `lucide-react`: For handling classnames and icons, respectively.## Dev Dependencies
The project uses several development dependencies, including:
- `typescript`: For adding static types to JavaScript.
- `eslint` and `eslint-config-next`: For linting the project.
- `autoprefixer` and `postcss`: For processing CSS.## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)