Skip to content

Guilherme-Silva0/holiday-plans

Repository files navigation

Holiday plans

This project is a full stack nextjs application for managing vacation plans.

Functionalities

The application has the following features:

  • Add new holiday plans.
  • Edit existing holiday plans.
  • Delete holiday plans.
  • View a list of all holiday plans.

When using the application, the user can log in using a magic link, after this process, they will be redirected to the plan management page, where they can create a new plan, edit, delete or view an existing one.

Technologies used in the project

This project utilizes the following technologies for developing the application and its tests:

Frontend:

How to use

To use the application, just access the link https://holiday-plans.vercel.app/

How to install locally

  1. Download the project to your computer or clone the repository using the following command:
git clone https://github.com/Guilherme-Silva0/holiday-plans.git
  1. Open the terminal in the project directory and run the following command to install the dependencies:
npm install
  1. Then run the following command to launch the application:
npm run dev
  1. Configure the environment variables as shown in the env.example file.

  2. The application will open in your browser at the address http://localhost:3000.

License

This project is licensed under the MIT. For more information, see the LICENSE file.

Final considerations

Hope you enjoyed this project! If you have any questions or suggestions, please feel free to get in touch.