This is my personal website that I created in my senior year of high school for my computer science class.
Live demo at j21.dev
The aim of this project is to practice using Typescript and Tailwind CSS to make a basic landing page layout.
If you encounter any strange bugs on the website, please let me know by going to issues and creating a bug report.
- There's no backend 💀
- Clone the repository into your system and install the dependencies.
$ git clone https://github.com/Jeydin21/Website.git
$ cd Website
$ npm install # Or yarn install
- Create a local development server.
$ npm run dev
- Open the preview localhost:3000 in your browser.
This project is licensed under the MIT License - see the License file for more details