Skip to content

This project is a portfolio for anyone who wants to show their projects and academic formation

Notifications You must be signed in to change notification settings

andrebeolchi/ezfolio

Repository files navigation

EZFolio

This project is a portfolio for anyone who wants to show their projects and academic formation.

Table of Contents

Features

  • 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

How to run the project?

  1. Clone the repository
git clone git@github.com:andrebeolchi/ezfolio.git
  1. Install the dependencies
yarn install
  1. Run the project
yarn dev

Folder structure

The default folder structure of a Next.js project includes the following directories:

  • src/app: Contains the custom App component of the application
    • I will use the App Routing structure to create routes
    • src/components: Contains the reusable components of the application
    • src/lib: Contains utility functions and business logic

ADR (Architectural Decision Record)

About

This project is a portfolio for anyone who wants to show their projects and academic formation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published