The Notion clone home page mirrors the original's minimalist design, featuring a clean interface with a versatile layout. Users can seamlessly organize tasks, documents, and collaborative content, enjoying an intuitive experience akin to Notion's renowned productivity platform.
To get started with repository, follow the installation and usage instructions in the project's documentation.
- Clone the repository to your local machine:
git clone https://github.com/radzhiv-25/notion-clone.git- Install the required dependencies:
cd notion-clone
npm install- Configure the environment variables, including API keys and settings.
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev- Open http://localhost:5173 with your browser to see the result.
- Start exploring the Notion Clone.
- React
- TailwindCSS
- Vite
- Vercel
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh