Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Kunefe/sks-frontend

 
 

Repository files navigation

Kunefe SKS (Frontend)

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.

What is Kunefe SKS?

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.

Preview

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

Test Accounts for dynamic version

SKS_ADMIN:

  • username: test
  • password: test

CLUB_MANAGER:

  • username: test2
  • password: test2

REGISTERED_USER:

  • username: testuser
  • password: testuser

Technologies

  • React
  • React Router
  • Redux
  • Styled Components
  • Vite
  • ESLint
  • Heroicons
  • Framer Motion

Installation

  • Clone the repository
https://github.com/gulerzehra/sksFrontend.git
  • Install the dependencies
npm install
  • Run the application
npm run dev

Screenshots

Contributors