- 📅 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
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
Explore other features:
- 🏠 Dashboard
- ✅ To-Do List
- 📝 Notes
- 📅 Calendar
- ⏰ Clock Suite
- 🔐 Signup
Below are screenshots showcasing the core features of CAMPUS CORE, each labeled for clarity:
1. To-Do List
This screenshot displays the To-Do List interface, where users can organize and manage their tasks efficiently.
2. Calendar
This screenshot highlights the Calendar feature, helping users keep track of important dates and events.
3. Notes
This screenshot showcases the Notes section, designed for easy note-taking and organization.
4. Dashboard
This screenshot presents the main Dashboard, providing a comprehensive overview of your campus productivity suite.
5. Clock Suite
This screenshot features the Clock Suite, offering time management tools such as clocks and timers.
-
Clone this repo
git clone https://github.com/vansh070605/CAMPUS-CORE.git cd CAMPUS-CORE
-
Customize your pages
- Edit HTML files in
/pages
- Update styles in
/assets/styles.css
and animations in/assets/animations.css
- Edit HTML files in
-
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" } ] }
- Your
-
Deploy to Vercel
- Push your code to GitHub.
- Connect your repo to Vercel.
- Enjoy instant, zero-config deployment!
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 |
Pull requests are welcome! For major changes, open an issue first to discuss what you would like to change.
Vansh
GitHub
Made with ❤️ for campus productivity!