This project is a personal portfolio developed to showcase my skills and achievements. It is designed to be intuitive, responsive, and easy to navigate, providing visitors with an optimal user experience while exploring my work. website : boehmcorentin.fr
Portfolio/
├── src/ # Folder containing the project's source code
│ ├── components/ # Reusable React components
│ ├── context/ # React contexts for global state management
│ ├── hooks/ # Custom React hooks
│ ├── pages/ # Different pages of the portfolio
│ ├── assets/ # Resources like images and global styles
│ │ ├── img/ # Folder for images
│ ├── utils/ # Utility functions
├── public/ # Folder for static files
│ └── index.html # The HTML entry point of the project
To start the project locally:
- Clone the repository.
- Install dependencies with
npm install
. - Launch the development server with
npm run dev
. - To build the project for production, use
npm run build
.
This project is under the MIT license. For more information, see the LICENSE
file.
This portfolio is a representation of my web development skills and professional journey. It is constantly updated with new projects and skills.