Skip to content

IdeaSpark is a full-stack web application aimed at sparking creativity and collaboration by providing a platform for users to share and explore ideas. Whether you're organizing a hackathon or looking to participate, IdeaSpark has got you covered.

License

Notifications You must be signed in to change notification settings

8uraj/Ideaspark_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

IDEASPARK_WEB

license last-commit repo-top-language repo-language-count

Developed with the software and tools below.

JavaScript HTML5


πŸ”— Quick Links


πŸ“ Overview

IdeaSpark is a full-stack web application aimed at sparking creativity and collaboration by providing a platform for users to share and explore ideas. Whether you're organizing a hackathon or looking to participate, IdeaSpark has got you covered.


πŸ“¦ Features

  1. Event Registration: Users can register for upcoming hackathons by providing necessary details.
  2. Event Hosting: Organizers can create and manage hackathon events efficiently.
  3. User Authentication: Secure user authentication system to ensure data privacy and integrity.
  4. Responsive Design: The website is designed to be responsive, ensuring optimal user experience across various devices and screen sizes.

πŸ“‚ Repository Structure

└── Ideaspark_web/
    β”œβ”€β”€ LICENSE
    β”œβ”€β”€ README.md
    β”œβ”€β”€ css
    β”‚   β”œβ”€β”€ scss-files.txt
    β”‚   └── style.css
    β”œβ”€β”€ img
    β”‚   β”œβ”€β”€ about-bg.jpg
    β”‚   β”œβ”€β”€ club-logo.png
    β”‚   β”œβ”€β”€ gallery
    β”‚   β”‚   β”œβ”€β”€ 1.jpg
    β”‚   β”‚   β”œβ”€β”€ 2.jpg
    β”‚   β”‚   β”œβ”€β”€ 3.jpg
    β”‚   β”‚   β”œβ”€β”€ 4.jpg
    β”‚   β”‚   β”œβ”€β”€ 5.jpg
    β”‚   β”‚   β”œβ”€β”€ 6.jpg
    β”‚   β”‚   β”œβ”€β”€ 7.jpg
    β”‚   β”‚   └── 8.jpg
    β”‚   β”œβ”€β”€ ideaspark-favicon.png
    β”‚   β”œβ”€β”€ ideaspark-logo-color.png
    β”‚   β”œβ”€β”€ ideaspark-logo.png
    β”‚   β”œβ”€β”€ intro-bg.jpg
    β”‚   β”œβ”€β”€ prizes.jpg
    β”‚   β”œβ”€β”€ speakers
    β”‚   β”‚   β”œβ”€β”€ 1.jpg
    β”‚   β”‚   β”œβ”€β”€ 2.jpg
    β”‚   β”‚   β”œβ”€β”€ 3.jpg
    β”‚   β”‚   β”œβ”€β”€ 4.jpg
    β”‚   β”‚   β”œβ”€β”€ 5.jpg
    β”‚   β”‚   β”œβ”€β”€ 6.jpg
    β”‚   β”‚   └── bizpage-preview.png
    β”‚   β”œβ”€β”€ subscribe-bg.jpg
    β”‚   β”œβ”€β”€ supporters
    β”‚   β”‚   β”œβ”€β”€ 1.png
    β”‚   β”‚   β”œβ”€β”€ 2.png
    β”‚   β”‚   β”œβ”€β”€ 3.png
    β”‚   β”‚   β”œβ”€β”€ 4.png
    β”‚   β”‚   β”œβ”€β”€ 5.png
    β”‚   β”‚   β”œβ”€β”€ 6.png
    β”‚   β”‚   β”œβ”€β”€ 7.png
    β”‚   β”‚   └── 8.png
    β”‚   β”œβ”€β”€ venue-info-bg.jpg
    β”‚   └── winner_cup.jpg
    β”œβ”€β”€ index.html
    β”œβ”€β”€ js
    β”‚   └── main.js
    └── lib
        β”œβ”€β”€ animate
        β”‚   β”œβ”€β”€ animate.css
        β”‚   └── animate.min.css
        β”œβ”€β”€ bootstrap
        β”‚   β”œβ”€β”€ css
        β”‚   β”‚   β”œβ”€β”€ bootstrap.css
        β”‚   β”‚   └── bootstrap.min.css
        β”‚   └── js
        β”‚       β”œβ”€β”€ bootstrap.bundle.min.js
        β”‚       └── bootstrap.min.js
        β”œβ”€β”€ easing
        β”‚   β”œβ”€β”€ easing.js
        β”‚   └── easing.min.js
        β”œβ”€β”€ font-awesome
        β”‚   β”œβ”€β”€ css
        β”‚   β”‚   β”œβ”€β”€ font-awesome.css
        β”‚   β”‚   └── font-awesome.min.css
        β”‚   └── fonts
        β”‚       β”œβ”€β”€ FontAwesome.otf
        β”‚       β”œβ”€β”€ fontawesome-webfont.eot
        β”‚       β”œβ”€β”€ fontawesome-webfont.svg
        β”‚       β”œβ”€β”€ fontawesome-webfont.ttf
        β”‚       β”œβ”€β”€ fontawesome-webfont.woff
        β”‚       └── fontawesome-webfont.woff2
        β”œβ”€β”€ jquery
        β”‚   β”œβ”€β”€ jquery-migrate.min.js
        β”‚   └── jquery.min.js
        β”œβ”€β”€ owlcarousel
        β”‚   β”œβ”€β”€ LICENSE
        β”‚   β”œβ”€β”€ assets
        β”‚   β”‚   β”œβ”€β”€ ajax-loader.gif
        β”‚   β”‚   β”œβ”€β”€ owl.carousel.css
        β”‚   β”‚   β”œβ”€β”€ owl.carousel.min.css
        β”‚   β”‚   β”œβ”€β”€ owl.theme.default.css
        β”‚   β”‚   β”œβ”€β”€ owl.theme.default.min.css
        β”‚   β”‚   β”œβ”€β”€ owl.theme.green.css
        β”‚   β”‚   β”œβ”€β”€ owl.theme.green.min.css
        β”‚   β”‚   └── owl.video.play.png
        β”‚   β”œβ”€β”€ owl.carousel.js
        β”‚   └── owl.carousel.min.js
        β”œβ”€β”€ superfish
        β”‚   β”œβ”€β”€ hoverIntent.js
        β”‚   β”œβ”€β”€ superfish.js
        β”‚   └── superfish.min.js
        β”œβ”€β”€ venobox
        β”‚   β”œβ”€β”€ venobox.css
        β”‚   β”œβ”€β”€ venobox.js
        β”‚   └── venobox.min.js
        └── wow
            β”œβ”€β”€ wow.js
            └── wow.min.js

🧩 Modules

.
File Summary
index.html HTTP error 401 for prompt index.html
css
File Summary
style.css HTTP error 401 for prompt css/style.css
scss-files.txt HTTP error 401 for prompt css/scss-files.txt
lib.venobox
File Summary
venobox.css HTTP error 401 for prompt lib/venobox/venobox.css
venobox.js HTTP error 401 for prompt lib/venobox/venobox.js
venobox.min.js HTTP error 401 for prompt lib/venobox/venobox.min.js
lib.wow
File Summary
wow.min.js HTTP error 401 for prompt lib/wow/wow.min.js
wow.js HTTP error 401 for prompt lib/wow/wow.js
lib.owlcarousel
File Summary
owl.carousel.js HTTP error 401 for prompt lib/owlcarousel/owl.carousel.js
owl.carousel.min.js HTTP error 401 for prompt lib/owlcarousel/owl.carousel.min.js
lib.font-awesome.css
File Summary
font-awesome.css HTTP error 401 for prompt lib/font-awesome/css/font-awesome.css
font-awesome.min.css HTTP error 401 for prompt lib/font-awesome/css/font-awesome.min.css
lib.easing
File Summary
easing.js HTTP error 401 for prompt lib/easing/easing.js
easing.min.js HTTP error 401 for prompt lib/easing/easing.min.js
lib.bootstrap.css
File Summary
bootstrap.css HTTP error 401 for prompt lib/bootstrap/css/bootstrap.css
bootstrap.min.css HTTP error 401 for prompt lib/bootstrap/css/bootstrap.min.css
lib.bootstrap.js
File Summary
bootstrap.min.js HTTP error 401 for prompt lib/bootstrap/js/bootstrap.min.js
bootstrap.bundle.min.js HTTP error 401 for prompt lib/bootstrap/js/bootstrap.bundle.min.js
lib.jquery
File Summary
jquery-migrate.min.js HTTP error 401 for prompt lib/jquery/jquery-migrate.min.js
jquery.min.js HTTP error 401 for prompt lib/jquery/jquery.min.js
lib.animate
File Summary
animate.min.css HTTP error 401 for prompt lib/animate/animate.min.css
animate.css HTTP error 401 for prompt lib/animate/animate.css
lib.superfish
File Summary
superfish.min.js HTTP error 401 for prompt lib/superfish/superfish.min.js
superfish.js HTTP error 401 for prompt lib/superfish/superfish.js
hoverIntent.js HTTP error 401 for prompt lib/superfish/hoverIntent.js
js
File Summary
main.js HTTP error 401 for prompt js/main.js

πŸš€ Getting Started

βš™οΈ Installation

  1. Clone the Ideaspark_web repository:
git clone https://github.com/8uraj/Ideaspark_web
  1. Change to the project directory:
cd Ideaspark_web
  1. Install the dependencies:
npm install

πŸ€– Running Ideaspark_web

Use the following command to run Ideaspark_web:

node app.js

πŸ§ͺ Tests

To execute tests, run:

npm test

πŸ›  Project Roadmap

  • β–Ί INSERT-TASK-1
  • β–Ί INSERT-TASK-2
  • β–Ί ...

🀝 Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your GitHub account.
  2. Clone Locally: Clone the forked repository to your local machine using a Git client.
    git clone https://github.com/8uraj/Ideaspark_web
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.

Once your PR is reviewed and approved, it will be merged into the main branch.


πŸ“„ License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


πŸ‘ Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Return


About

IdeaSpark is a full-stack web application aimed at sparking creativity and collaboration by providing a platform for users to share and explore ideas. Whether you're organizing a hackathon or looking to participate, IdeaSpark has got you covered.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published