Skip to content

chuyenpn-rks/mock-project

Repository files navigation

Mock Project

License

This repository contains the source code for the Mock Project. It is a React application built with TypeScript and Tailwind CSS.

Features

  • Feature 1: Login in with account (admin/admin).
  • Feature 2: Provide a list image page with search, sort and pagination.
  • Feature 3: Include image detail page.

Demo

Demo app is host at https://react-mock-project-47a93.web.app

Account for login:

Username: admin
Password: admin

Installation

To run this project locally, you need to have Node.js (version 14) and Yarn (version 1.22.19) installed on your machine. Then, follow these steps:

  1. Clone the repository:

    git clone https://github.com/chuyenpn/mock-project.git
    
  2. Navigate to the project directory:

    cd mock-project
    
  3. Install the dependencies:

    yarn install
    
  4. Copy environment file:

    cp .env.example .env
    
  5. Start the development server:

    yarn start
    
  6. Open your browser and visit http://localhost:3000 to see the application.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue on the issue tracker.

If you would like to contribute code to this project, feel free to fork the repository and submit a pull request. Please make sure to follow the existing code style and include relevant tests for your changes.

License

This project is licensed under the MIT License.

Acknowledgements

  • React - JavaScript library for building user interfaces.
  • TypeScript - Typed superset of JavaScript.
  • Tailwind CSS - Utility-first CSS framework.

Contact

If you have any questions or inquiries, please contact [email protected]

Feel free to customize the content as per your project requirements and add any additional sections or information that you find relevant.