Skip to content

bryokn/SendIt_Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SendIT

Table of Contents

Introduction

SendIT is a courier service that helps users deliver parcels to different destinations. SendIT provides courier quotes based on weight categories.

Front-End:

Tool/Library Version
JavaScript ^3.5.3
React ^16.8.6
Material UI ^4.2.1
Navi ^0.13.3
JWT ^9.11.2
@dwqs/react-virtual-list ^1.0.0

|

Installation

  1. Clone the repository:
 git clone https://github.com/bryokn/SendIt_Frontend
  1. Change into the project directory.
cd SendIt_Frontend
  1. Install the required dependencies.
npm install

Usage

To run the project, use the following command:

npm start

This will start the development server, and you can view the application in your browser at http://localhost:3000.

Features

    • There are two types of users admin and regular user
    • Users can Register if they have no account or login otherwise
    • Users can create a new parcel delivery order by adding required fields
    • Users can change the destination of their parcels
    • Users can cancel a parcel delivery order
    • Users can see a list of delivery orders they have made if they have made any
    • Admin can change the status of a delivery order
    • Admin can change the location a parcel delivery order

Contributing

We welcome contributions from the community! To contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes.
  4. Push your branch: git push origin feature-name.
  5. Create a pull request.

All commits must be descriptive, reviewed by two members and the project lead, and all feature branches are to be deleted once the pull request is accepted.

Backend API

Frontend link

Author ✒️

License

This project is licensed under the MIT License

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors