SyncUI is a rapid prototype developed with Syncfusion components, primarily aimed at swiftly defining essential UI elements for a minimum viable product (MVP), using mocked data.
SyncUI is built using:
- Next.js: A React framework for building web applications, this project uses Page Route structure.
- PrimeReact & PrimeFlex: A JavaScript libraries for creating user interfaces and styling.
- Syncfusion: A UI component library.
You can visit the application at https://syncui.vercel.app.
If you'd like to run this project locally, follow these steps:
-
Clone this repository to your local machine.
git clone https://github.com/abdeltif-b/syncui.git
-
Install project dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and navigate to http://localhost:3000 to interact with the application.