This was a group project from DCI's WEB Development Course, which We attended between 2019 - 2021.
A platform that helps you find a special vacation in line with your taste. Check the filters to sort our destinations according to your wish, whether it is a tropical, snowy, hiking, cycling trip, or just a city tour.
Currently being developed by Claudinei Bido - feel free to contact me!
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
- Admin Panel
- REST API with Express
- Database with MongoDB / Mongoose
- APP UI refactored.
- Redux Persist (Local Storage)
- Favorites List
- Authtentication using Firebase / Firestore
- Redux Hooks (useSelector, useDispatch)
- React Hooks (useState, useEffect)
- APP UX refactored.
- Filters / Adventurous Mood
- All Offers / Quiz
- UI / UX APP Structure
- Redux / Search Engine
Project
β README.md
β package.json
| package-lock.json
| .gitignore
|
ββββ public
β β
β ββββ index.html
| ββββ img
β ββββ img-background
|
|
ββββ src
ββββ index.js
ββββ App.js
β
ββββ components
β ββββ aside
| | ββββ aside.component.jsx
| | ββββ adventurousmood
| | ββββ header
| | ββββ main
| | ββββ search
| ββββ intro
| | ββββ intro.component.jsx
| | ββββ about
| | ββββ blog
| | ββββ landing
| | ββββ quiz
| ββββ offers
| ββββ handleOfferSearch.js
| ββββ list-item.component.jsx
| ββββ OffersEndList.component.js
β
|
β
|
|
ββββ scss
β ββββ main.scss
β ββββ _app.scss
| ββββ _aside.scss
| ββββ _intro.scss
| ββββ _offers.scss
|
ββββ redux
ββββ store
| ββββ background-img.js
| ββββ data.json
| ββββ index.js
ββββ actions.js
ββββ data-reducer.js
ββββ imgs-bg-reducer.js
ββββ login-reducer.js
ββββ root-reducer.js
ββββ search-input.reducer.js