Skip to content

deepsonK/University-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University Website

A modern, full-stack university website platform built with Node.js and React.

🎯 Project Overview

This is an open-source project that aims to provide a comprehensive web platform for universities. The project is intentionally seeded with issues and bugs that contributors can work on to improve their skills.

🏗️ Project Structure

├── backend/          # Express.js server
├── frontend/         # React application
├── docs/            # Documentation
└── README.md        # This file

🚀 Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Backend Setup

cd backend
npm install
npm run dev

Frontend Setup

cd frontend
npm install
npm start

🐛 Known Issues

This project has intentional bugs and missing features for contributors to fix:

  • API endpoints are incomplete
  • Database connections have issues
  • Frontend components need styling fixes
  • Missing form validation
  • Broken routing

💡 Contributing

We welcome contributions! Please check out the GitHub issues for tasks to work on. Read our CONTRIBUTING.md guide before starting.

📄 License

MIT License - see LICENSE file for details

👥 Team

Created for the open-source community

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors