/society-website

The official website of the Computer Science Society of UNM

Primary LanguageTypeScript

Society Website

The official website for the Computer Science Society of UNM. Serves to display the services provided by the society, a showcase of the projects as well as an interface to display all upcoming events. Members may join the society through the website and access the many social media profiles of the society.

  • Website built using Next.js, Tailwind CSS and Typescript. Backend is served using AppWrite; for our events, activities and blogs.

Features

Features include:

  • Create a website to be hosted on the CSS VPS
  • Develop a markup based blog for the CSS Deep Discussion Members to post introspectives on academic paper discussions
  • Develop a calendar view to display planned events
  • Provide an area to display all completed society projects

Contributing to the project

Frontend

Fork the repository using the button from the top right
Clone your forked repository

git clone git@github.com:<username>/society-website.git

Backend

Fork the repository using the button from the top right
Clone your forked repository

git clone git@github.com:<username>/society-website.git

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.