Tritacle.no is a modern and responsive website built using React and TypeScript, hosted on Vercel. The site is designed to deliver a seamless user experience, ensuring high performance and maintainability.
- React & TypeScript: Leverages the power of React for a component-based architecture and TypeScript for type safety and better code quality.
- Responsive Design: Fully responsive layout that looks great on desktops, tablets, and mobile devices.
- Vercel Hosting: Hosted on Vercel for fast and reliable performance with automated deployments.
- Modern UI: Clean and modern user interface for an intuitive browsing experience.
- Framework: React
- Language: TypeScript
- Hosting: Vercel
- CSS: Styled Components / CSS Modules
- Build Tool: Vite / Create React App / Next.js
- UX/UI design tools: Canva and Figma
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/yourusername/tritacle.no.git
-
Navigate to the project directory:
cd frontend
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm start # or yarn start
-
Open the site in your browser:
http://localhost:3000
Tritacle.no is deployed on Vercel. To deploy your own version:
- Connect your repository to Vercel.
- Push your changes to the main branch.
- Vercel will automatically build and deploy your site.
src/
├── components/ # Reusable components
├── pages/ # Application pages
├── assets/ # Static assets like images and icons
├── styles/ # Global and modular styles
├── utils/ # Utility functions
├── hooks/ # Custom React hooks
└── App.tsx # Main app component
npm start
: Start the development server.npm run build
: Build the project for production.npm run lint
: Run the linter to check for code issues.npm test
: Run tests (if applicable).
We welcome contributions! To contribute:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature-name
-
Make your changes and commit them:
git commit -m "Add a feature"
-
Push to your fork and submit a pull request.
git push origin feature-name
For questions or feedback, please reach out at [email protected].
Thank you for visiting Tritacle.no!