Frontend for Cogito-NTNU
NB: Any pushes to main will update the current website at the url! If you wish upon any changes, either make a branch or contact Simon Sandvik Lee on Slack!
Cogito NTNU Frontend is a web application developed using Next.js, React with TypeScript, and Tailwind CSS. It serves as the frontend interface for the Cogito NTNU project, offering a seamless and user-friendly experience for users.
The frontend is hosted on Vercel.
Before you begin, ensure you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/CogitoNTNU/web-frontend.git
- Change into the directory
cd Cogito-Website
- Install dependencies
npm install
To start the development server, run:
npm run dev
To "prettify" the environment, run:
npx prettier . --write
This project leverages the following technologies:
- Next.js: A React framework for building server-side rendered and statically generated web applications.
- React: A JavaScript library for building user interfaces.
- TypeScript: A superset of JavaScript that adds static typing to the language.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
Sverre Nystad |
Simon Sandvik Lee |
Daniel N Hansen |
This project is licensed under the MIT License.
The MIT License is a permissive open-source license that allows you to use, modify, and distribute the code in both open source and proprietary projects. Make sure to review the full text of the license for a comprehensive understanding of your rights and responsibilities.