Skip to content

CampusCore is a student productivity web app that helps you manage notes, to-do lists, and schedules. It features a dashboard, calendar, and clock utilities, all accessible through a secure, user-friendly multi-page interface.

Notifications You must be signed in to change notification settings

vansh070605/CAMPUS-CORE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 CAMPUS CORE

Your all-in-one campus productivity suite! Screenshot (219)

✨ Features

  • 📅 Dashboard – Personalized campus overview
  • 📝 Notes – Take and manage your notes
  • To-Do – Organize tasks and boost productivity
  • Clock & Calculator – Essential tools included
  • 🔒 Login/Signup – Secure access to your workspace

📂 Project Structure

CAMPUS-CORE/
├── pages/
│   ├── cal.html
│   ├── clock.html
│   ├── dashboard.html
│   ├── login.html
│   ├── notes.html
│   ├── signup.html
│   └── to-do.html
├── css/
│   ├── cal.css
│   ├── clock.css
│   ├── dashboard.css
│   ├── login.css
│   ├── notes.css
│   ├── signup.css
│   └── to-do.css
├── js/
│   ├── cal.js
│   ├── clock.js
│   ├── dashboard.js
│   ├── login.js
│   ├── notes.js
│   ├── signup.js
│   └── to-do.js
├── package-lock.json
├── package.json
├── README.md
└── vercel.json

🖥️ Live Demo

Live Demo

Explore other features:


🎬 Preview

Below are screenshots showcasing the core features of CAMPUS CORE, each labeled for clarity:

1. To-Do List
Screenshot (211) This screenshot displays the To-Do List interface, where users can organize and manage their tasks efficiently.


2. Calendar
Screenshot (212) This screenshot highlights the Calendar feature, helping users keep track of important dates and events.


3. Notes
Screenshot (214) This screenshot showcases the Notes section, designed for easy note-taking and organization.


4. Dashboard
Screenshot (216) This screenshot presents the main Dashboard, providing a comprehensive overview of your campus productivity suite.


5. Clock Suite
Screenshot (217) This screenshot features the Clock Suite, offering time management tools such as clocks and timers.


🚦 Quick Start

  1. Clone this repo

    git clone https://github.com/vansh070605/CAMPUS-CORE.git
    cd CAMPUS-CORE
    
  2. Customize your pages

    • Edit HTML files in /pages
    • Update styles in /assets/styles.css and animations in /assets/animations.css
  3. Configure Vercel for Clean URLs

    • Your vercel.json should look like:
      {
        "rewrites": [
          { "source": "/cal", "destination": "/pages/cal.html" },
          { "source": "/clock", "destination": "/pages/clock.html" },
          { "source": "/dashboard", "destination": "/pages/dashboard.html" },
          { "source": "/login", "destination": "/pages/login.html" },
          { "source": "/notes", "destination": "/pages/notes.html" },
          { "source": "/signup", "destination": "/pages/signup.html" },
          { "source": "/to-do", "destination": "/pages/to-do.html" }
        ]
      }
      
  4. Deploy to Vercel

    • Push your code to GitHub.
    • Connect your repo to Vercel.
    • Enjoy instant, zero-config deployment!

📚 Pages Overview

Route File Path Description
/cal pages/cal.html Calculator
/clock pages/clock.html Clock
/dashboard pages/dashboard.html Dashboard
/login pages/login.html Login
/notes pages/notes.html Notes
/signup pages/signup.html Signup
/to-do pages/to-do.html To-Do List

🤝 Contributing

Pull requests are welcome! For major changes, open an issue first to discuss what you would like to change.


📬 Contact

Vansh
GitHub

Made with ❤️ for campus productivity!

About

CampusCore is a student productivity web app that helps you manage notes, to-do lists, and schedules. It features a dashboard, calendar, and clock utilities, all accessible through a secure, user-friendly multi-page interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published