Pixora is an AI-powered video editing SaaS platform with a sleek and responsive UI. Built using React.js and Tailwind CSS, this app provides smooth and interactive features for easy video editing. Whether you're a professional or a beginner, Pixora enhances your editing workflow with intuitive designs and AI capabilities.
react-scroll
for smooth transitions and navigation.react-countup
.react-slidedown
.clsx
.
Here's the general layout of the project:
Pixora/
ā
āāā public/
ā āāā index.html
ā āāā assets/
ā āāā images/
ā
āāā src/
ā āāā components/
ā āāā pages/
ā āāā styles/
ā āāā App.js
ā āāā index.js
ā āāā ...
ā
āāā .gitignore
āāā package.json
āāā README.md
āāā LICENSE
public/
: Contains static HTML files and assets like images.src/
: Contains source code including components, pages, and styling.components/
: Reusable UI components for the video editor.pages/
: Different pages of the app.styles/
: Tailwind CSS and custom styles.App.js
: Main application component.index.js
: Entry point for the React app.Clone the Repository
git clone https://github.com/ajaypatil1993/sass_ui_app.git
cd sass_ui_app
Install Dependencies
npm install
Run the Development Server
npm start
Open your browser and go to http://localhost:3000
to view the app.
Fork the Repository
Create a Feature Branch
git checkout -b feature/new-feature
Commit Your Changes
git add .
git commit -m "Add new feature"
Push to the Branch
git push origin feature/new-feature
Open a Pull Request
Navigate to the repository on GitHub and create a new pull request.
Check out the live version of Pixora at: Pixora Live
This project is licensed under the MIT License. See the LICENSE file for details.