Skip to content

amirparsadd/nexosurf

Repository files navigation

🏄 NexoSurf

A lightweight browser homepage built with ReactJS and TailwindCSS, using Vite as the build tool and Jotai for state management.
This project was created to provide a more streamlined web surfing experience and make your searching experience way better.


📦 Installation

  1. Clone the repository

    git clone https://github.com/amirparsadd/nexosurf.git
    cd nexosurf
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev
  4. Open in browser

    http://localhost:5173
    

✅ To-Do

  • Add bookmarks or shortcuts section
  • Add animated transitions
  • Polish overall UI/UX
  • Make it an extension
  • Add help section
  • Add direct query support (e.g. https://nexosurf.example/search?q=[Nexo Surf Query])

Feel free to fork, modify, or contribute!