Pumato is a web application designed to provide a seamless experience for users to manage their orders and contacts. The application features a modern user interface built with React, allowing users to navigate through various sections effortlessly.
- Frontend:
- React (JavaScript library for building user interfaces)
- React Router (for routing)
- Axios (for making HTTP requests)
- Vite (build tool for modern web applications)
/frontend
├── index.html # Main HTML file for the application
├── package.json # Project dependencies and scripts
├── src
│ ├── main.jsx # Main entry point for the React application
│ ├── context # Context API for state management
│ ├── pages # Directory for different pages of the application
│ └── components # Reusable components
└── README.md # Project documentation
-
Clone the repository:
git clone <repository-url>
-
Navigate to the frontend directory and install dependencies:
cd frontend npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
to view the application.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or features.
This project is licensed under the ISC License.