Skip to content

Latest commit

 

History

History
77 lines (35 loc) · 1.94 KB

README.md

File metadata and controls

77 lines (35 loc) · 1.94 KB

Touropia

TourOpia is the website to get information about famous tourist spots,here you can post about famous place and can see all the famous spots.

Demo

https://touropiac.netlify.app/

Video explaination

https://www.youtube.com/watch?v=uhfb-yOOClU

Tech Stack

Client: React, Redux-toolkit,mdb-react-ui-kit

Server: Node, Express, Jwt, Heroku

Features:

User Google Authentication

token is valid only for 1 hour

Responsive

you can add/update/delete post you have created

Search tours

Pagination

Home Page

This is the home page of website from where user can explore all tours.

Screenshot (55)

Login Page

You can create an account and then login to this website or you can login with google,without login you can't post tour.

Screenshot (56)

Search

Once you login you will be redirected to home page,here you can search tours by their Title and if you click any particular tag you will all tour having same tour.

Screenshot (60)

Add Tour page

From here you post a tour by uploading a picture Title and give some tag. Screenshot (57)

Dashboard page

Here you will see all the Tour which you have created you can delete and update any tour form here. Screenshot (58)

Update Tour

Screenshot (59)

Learnings

From this project i learned how to work with redux toolkit.