Skip to content

This is the Frontend repository of the capstone project dubbed the Movers App. It contains the code written in JavaScript with the React framework and styled by Tailwind CSS. Have Fun!!

Notifications You must be signed in to change notification settings

spectr-e/movers-ui

Repository files navigation

Movers App

This is the React front end for a Movers app built on the Ruby on Rails framework. This front end is responsible for providing the user interface for the app, allowing users to interact with the app and request moving services.

Features

  • Browse a list of trusted movers in your area

  • Compare prices and services

  • Book a move that meets your needs

  • Real-time tracking of the move

  • Automatic notifications

  • Chat with your movers directly

Installation

Before installing the React front end, make sure that the Ruby on Rails backend is up and running. Once the backend is ready, follow these steps to install the front end:

Clone this repository to your local machine using

 git clone https://github.com/spectr-e/movers-ui

Navigate to the cloned directory using

cd Movers-ui

Run

npm install

to install all the necessary dependencies.

Usage

Make sure that the Ruby on Rails backend is up and running.

Navigate to the cloned directory using

 cd

Run

npm start

to start the development server. Open your browser and go to http://localhost:3000 to access the app.

Contributions

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct . Contributions are always welcome. If you would like to contribute to this project, please follow these steps:

Fork this repository.

  • Create a new branch for your changes.
  • Make your changes and commit them.
  • Push your changes to your forked repository.
  • Create a pull request to merge your changes into the main repository.## Screenshots

Color Reference

Color Hex
Example Color #0a192f #0a192f
Example Color #f8f8f8 #f8f8f8
Example Color #00b48a #00b48a
Example Color #00d1a0 #00d1a0

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum.

Authors

The application was authored through collaboration and collective effort by;

Badges

Add badges from somewhere like: shields.io

MIT License GPLv3 License AGPL License

License

MIT

Screenshots

App Screenshot

Deployment

This project has been successfully deployed on vercel and can be accessed via the link below ;

Feedback

If you have any feedback, please reach out to us at *****

About

This is the Frontend repository of the capstone project dubbed the Movers App. It contains the code written in JavaScript with the React framework and styled by Tailwind CSS. Have Fun!!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages