Skip to content

Order Store UI is a web application that allows users to view and manage orders in a store. The application is built using React, Next.js and Bootstrap, and communicates with a backend json file which provides dummy data.

Notifications You must be signed in to change notification settings

johnpdevlin/order-store-ui

Repository files navigation

Order Store UI

Order Store UI is a very simple web application that allows users to view and manage orders in a store. The application is built using React, Next.js and Bootstrap and communicates with a backend json file which provides dummy data.

Getting Started

To run the application locally, follow these steps:

Clone the repository: git clone https://github.com/johnpdevlin/order-store-ui.git Install dependencies: npm install Start the development server: npm start Open the application in a web browser at http://localhost:3000

Usage

The application allows users to perform the following actions:

View a list of orders Filter orders by date or status View details of an order

Technologies Used

The following technologies were used to build this application:

Next.js React Bootstrap

Contributing

Contributions to this project are welcome. To contribute:

Fork the repository

Create a new branch: git checkout -b my-feature Make changes and commit them: git commit -am 'Add new feature' Push to the branch: git push origin my-feature Create a pull request

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Order Store UI is a web application that allows users to view and manage orders in a store. The application is built using React, Next.js and Bootstrap, and communicates with a backend json file which provides dummy data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published