marlucz / tripmaster-client

Client side of TripMaster project, with React, Redux, Context, Hooks and Styled Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TripMaster - Client

Fullstack project with Node.js with Express on the backend side and React on the frontend side. The idea for applications came from the need to plan a vacation trip. Unfortunately, I did not find any application that would meet my needs, so this application is to give me all the necessary tools that I want.

Only logged user has access to the application tabs, so each person has access to its trips only. Within trip user can create whole itinerary experience with individual stops showed on map, expenses and todo tab to list all the stuff that has to be done before or during the trip.

Server side code for the project

Frontend Technologies

  • React
  • Redux
  • Styled Components
  • React Testing Library

Usage

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Done

  • Components styling for all views
  • components functionality,
  • routing
  • state management with redux, persist, reselect libraries
  • create, delete items from the state and server side

To be done

  • functionality and state management for todo list items
  • update/change items data functionality

About

Client side of TripMaster project, with React, Redux, Context, Hooks and Styled Components


Languages

Language:JavaScript 98.3%Language:HTML 1.4%Language:CSS 0.2%