Git Product home page Git Product logo

alternative-frontend-react's Introduction

CapyFile Alternative Web Client

Github Actions Integration Status Github Actions Tagging Status Github Actions Release Status
code style: prettier linter: eslint testing: playwright UI library: shadcn/ui

Preview 🖼️

CapyFile client preview

Differences with the official client 🤔

  • This client is built with shadcn/ui which contributes to having consistent styles across the application and improves the user experience and accessibility (Ex: Keyboard navigation ⌨️).

  • All features are implemented in this client ✨.

  • All the domain use cases are tested with end-to-end tests using playwright 🧪.

  • Some features are implemented using React Hooks (Eg: filesReducer.tsx) and the Context API, which makes the code more readable and maintainable without the need to use a state management library like Redux ⚛️.

  • This project has a custom Navigation Implementation based on a Queue, which allows the user to navigate through the folders using a "go back" button ⏪.

Development 🛠️

  1. Clone the project
git clone https://github.com/PedroChaparro/unofficial-frontend-react.git
cd ./unofficial-frontent-react
  1. Install dependencies
pnpm i
  1. Run the the necessary services
docker-compose up
  1. Start the development server
pnpm dev

Make sure you follow the Contribution Guidelines and update or create new tests under the e2e folder.

alternative-frontend-react's People

Contributors

pedrochaparro avatar

Stargazers

 avatar  avatar

Watchers

 avatar

alternative-frontend-react's Issues

feat: List user files

Should include:

  • List files in the root directory by default
  • Navigate to a directory when an user clicks on it

feat: File access management

Should include:

  • Modal to list users with whom a file is being shared (Ready in proxy ✔️)
  • Input to shared the file with another user (Ready in proxy ✔️)
  • Option to unshare the file with another user (Ready in proxy ✔️)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.