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.
.
├── ...
├── src
│ ├── ...
│ ├── components # Code for the website
| | └── App.js
| | └── ...
| ├── index.js # starting point
│ └── ...
└── ...
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/DSCRTUkota/Club-Dashboard.git
- Install NPM packages
cd ./FrontEnd
npm install
- Start the react server.
npm start
- Fork the Project
- Create your Component Branch (
git checkout -b navbarcomponent
) - Commit your Changes (
git commit -m 'Add some components'
) - Push to the Branch (
git push origin
) - Open a Pull Request
Refer to this Adobe XD high prototype for the UI.
Distributed under the MIT License. See LICENSE
for more information.