This project is a travel planner where you can create a trip and invite friends to join while adding links and daily activities. It was developed during the Next Level Week Together event by Rocketseat.
travel_plann_preview.mp4
It uses React, TypeScript, ViteJS and TailwindCSS. The project uses Axios to make requests to the API, React Router to navigate between pages, React Day Picker to select dates, React Modal to create modal windows, React Icons to add icons, and Hero Icons to add icons.
The backend uses Node.js, Express, and Prisma.
// Front-end:
cd frontend
npm run dev
// Back-end
cd backend
npm run dev
// Localhost
localhost:5173/
Please note, this is a simple project as a IT student, however, it may contain some part of the code that may be Copyright. Please also note that this project is non-profit
and not intended to be monetized.
Built with 💙 by @Marcos Oliveira