Skip to content

Latest commit

Β 

History

History
63 lines (46 loc) Β· 1.54 KB

File metadata and controls

63 lines (46 loc) Β· 1.54 KB

Club-Dashboard

About The Project ⚑

Club Dashboard is a website that aims to help the college clubs to spread out there reach. They can rely on this web app for the proper handling of members, events, projects and much more. This application is a great place for bridging the gap between the clubs and the students.

This project is under DSC RTU.

Tech Stack ⭐

Src Structure πŸ“˜

.
β”œβ”€β”€ ...
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ ...
β”‚   β”œβ”€β”€ components             # Code for the website
|   |         └── App.js
|   |         └── ...
|   β”œβ”€β”€ index.js            # starting point
β”‚   └── ...
└── ...

Getting Started πŸ”“

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
git clone https://github.com/DSCRTUkota/Club-Dashboard.git
  1. Install NPM packages
cd ./FrontEnd
npm install
  1. Start the react server.
npm start

Contributing πŸŽ‰

  1. Fork the Project
  2. Create your Component Branch (git checkout -b navbarcomponent)
  3. Commit your Changes (git commit -m 'Add some components')
  4. Push to the Branch (git push origin)
  5. Open a Pull Request

Design 🎭

Refer to this Adobe XD high prototype for the UI.

License

Distributed under the MIT License. See LICENSE for more information.

Under Construction πŸ˜ƒ