This project is a portfolio for anyone who wants to show their projects and academic formation.
Table of Contents
-
Home with projects
- Hero
- Academic Formation
- Projects
- Footer
-
Project screen
- Carousel of images
- Description
- Full screen image
-
Login screen
-
Admin screen
- CRUD of hero
- CRUD of projects
- CRUD of academic formations
- CRUD of footer
-
Extra features
- CRUD of categories
- Clone the repository
git clone git@github.com:andrebeolchi/ezfolio.git- Install the dependencies
yarn install- Run the project
yarn devThe default folder structure of a Next.js project includes the following directories:
src/app: Contains the customAppcomponent of the application- I will use the App Routing structure to create routes
src/components: Contains the reusable components of the applicationsrc/lib: Contains utility functions and business logic