An open API service indexing awesome lists of open source software.

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

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/)