This project was created for Plain app, which, with the help of artificial intelligence, is able to build travel routes based on the user's preferences
Look at the NextJS documentation and React documentation to learn more info about stack and FSD documentation to learn about architectural methodology.
Make sure to install the dependencies:
# npm
npm installBuild the application for production:
# npm
npm run buildStart the development server on http://localhost:3000:
# npm
npm run devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/pages/index.tsx. The page auto-updates as you edit the file.
- Home page
- About us
- Navbar
- Checkboxes
- Filter buttons
- Tooltips
- Language flag
At the moment the project is in the process of refactoring from Ajax to React.js.
To contact about the project, you can write to me.
We are grateful to the React and Next teams for the React.js and Next.js frameworks.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.