It is minimum viable product to simulate a booking tours website. The users can get a list of available tours and check their details. It also allows user to create and delete tour items.
- Users can login using its email which was used during the signup process.
- New users can create new account to use the app.
- The main page display the list of tours available which are fetch from the rails API.
- Check the details of any cad by clicking on them.
- My bookings navigator option display all bookings that belong to a given user.
- User can create new Tour Cards by clicking on the navigator option. It will display a modal form which requires the requested data.
- Users can also delete Tour card by clickin on the navigation "Delete item" option.
- React
- Redux
- JavaScript
- SCSS
- Bootstrap
Initial state | After completion |
---|---|
- 1.Gabriella
- 2.Sumair
- 3.Muhammad Rizo
To get a local copy up and running follow these simple example steps.
- Have
git
installed on your local computer. - have
node
installed on your local computer. - Install and execute the
JayPeakTours-backend
rails API from this repository.
- Run the commant
[email protected]:mukhammadrizooff/JayPeakTours-frontend.git
orhttps://github.com/mukhammadrizooff/JayPeakTours-frontend.git
to clone this repository to your local computer. Choose the location you prefer. - Run the command
npm install
to install all project's react dependencies.
- Run the command
npm start
to execute the app. - Open the url
http://localhost:3000
on a browser.
👤 Gabriela Sánchez Espirilla
👤 Sumair Qaisar
- GitHub: @sumairq
- Twitter: @sumair_qaisar
- LinkedIn: LinkedIn
👤 Mukhammadrizo Abdunazarov
- GitHub: @mukhammadrizooff
- Twitter: @muhammadrizooff
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Linters: Microverse
- Design Idea: Behance
- Designer: Murat Korkmaz
This project is MIT licensed.