This repository contains the source code for the Mock Project. It is a React application built with TypeScript and Tailwind CSS.
- 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 app is host at https://react-mock-project-47a93.web.app
Account for login:
Username: admin
Password: admin
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:
-
Clone the repository:
git clone https://github.com/chuyenpn/mock-project.git
-
Navigate to the project directory:
cd mock-project
-
Install the dependencies:
yarn install
-
Copy environment file:
cp .env.example .env
-
Start the development server:
yarn start
-
Open your browser and visit
http://localhost:3000
to see the application.
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.
This project is licensed under the MIT License.
- React - JavaScript library for building user interfaces.
- TypeScript - Typed superset of JavaScript.
- Tailwind CSS - Utility-first CSS framework.
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.