Welcome to our project! This repository was the frontend part of our university project.
Click here to see the Kunefe organization.
Figma design and backend repository are currently private.
Kunefe SKS is a project that we developed for our university project. It is a web application that allows users to create and manage clubs, events, and announcements. Users can also join clubs and events, and they can see the announcements of the clubs they are a member of.
Click here to see the live preview of the project.
Also, please consider that the project has two version: static and dynamic. In static version, you can see the design of the project with dummy data. In dynamic version, you can see the design and the functionalities of the project with real data. You can switch between these versions by clicking the "static" and "dynamic" branch instead "main" branch to see the differences in code.
Preview links:
Preview of main branch - Default: static version
Preview of static branch - Static version
Preview of dynamic branch - Dynamic version
SKS_ADMIN:
- username: test
- password: test
CLUB_MANAGER:
- username: test2
- password: test2
REGISTERED_USER:
- username: testuser
- password: testuser
- React
- React Router
- Redux
- Styled Components
- Vite
- ESLint
- Heroicons
- Framer Motion
- Clone the repository
https://github.com/gulerzehra/sksFrontend.git
- Install the dependencies
npm install
- Run the application
npm run dev