Skip to content

henrythierrydev/Minecket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏆 - Minecket

Minecket is a website template created by a group of friends during the High Performance Codes course in college as a project. The goal was to create a responsive website for Minecraft servers with login without backend, without the use of frameworks, with a focus on speed and code cleanliness.

This website template is public and can be used by anyone who wants to create a website for a Minecraft server. Just modify some content to adapt it to your desired format. With Minecket, you are guaranteed to have a responsive website.

In summary, if you are looking for a fast and clean responsive website template for your Minecraft server, Minecket is an excellent choice. With an elegant and highly adaptable design, it is perfect for offering your users a high-quality experience.


📟 - Performance

Minecket has undergone several performance tests in order to ensure that it is fast and efficient. Throughout the development process, adjustments and improvements were made to make the site cleaner and better adapted to the users' needs.

View the preview now: https://minecket.vercel.app/


⭐ - Components

1. Responsive Navbar.
2. Elegant rules system.
3. Responsiveness up to 4K.
4. Simple and elegant footer.
5 Stylized buy cards and buttons.
6. Accordion system with news in timestamp.
7. Carousel system with responsive images and content.

🔔 - Features

1. Responsive Popup System.
2. Preferred login system.
3. Advanced cart system.
4. Loading preview system.
5. SEO system included.
6. And much more!
7. 404 and 505 pages errors.

📫 - How to use

To use this template, you can download it from the releases, since they are bug approved and fixed versions! After downloading, extract the zip file to a folder and modify the whole body [HTML] for what you need. If you want more advanced features and don't have the knowledge, I recommend hiring a developer to do it for you.

https://github.com/Henry8K/Minecket/releases/


🔒 - API

To add the checkout system with payment methods you can use the cookies that are created when the user logs in to generate payment APIs. Here is what cookies are and how you can get them using JavaScript:

const loggedCookie = getCookieValue('logged');
console.log(loggedCookie);

const userCookie = getCookieValue('nickname');
console.log(userCokkie);

🎯 - Considerations

The project has a preview of a login and registration system. This system was all done with JS, as mentioned before, only as a preview. It is necessary to adapt or remove it to use in your project because it was added since it was mandatory in the college project. The Checkout system WAS NOT added for obvious reasons.

Done with ♥️ by Henry8K and team.