Skip to content

surya4419/Pumato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Title: Pumato

Description

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.

Technologies Used

  • Frontend:
    • React (JavaScript library for building user interfaces)
    • React Router (for routing)
    • Axios (for making HTTP requests)
    • Vite (build tool for modern web applications)

Project Structure

/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

Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the frontend directory and install dependencies:

    cd frontend
    npm install
    
  3. Start the development server:

    npm run dev
    
  4. Open your browser and navigate to http://localhost:3000 to view the application.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or features.

License

This project is licensed under the ISC License.

About

Food delivery application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published