FrontEndMentor-Submissions

This repository hosts the website that contains all of my submissions for Frontendmentor!

Stars
1
Committers
1

Anton's Frontendmentor Submissions!

Hello! This is my repository for all of my Frontendmentor submissions! I'm currently using React, Tailwindcss, framer-motion and Vite to try and recreate these pages! I chose to do Frontendmentor as I'd like to learn front end, Typescript and React.

Technologies used

Challenges done so far

Getting Started

To run this project locally, follow the steps below:

Prerequisites

Make sure you have the following installed on your machine:

Node.js (version 14 or higher) npm (comes with Node.js) or yarn

Installation

Clone the repository:

git clone https://github.com/yourusername/frontendmentor-submissions.git

Navigate to the project directory:

cd frontendmentor-submissions

Install dependencies:

Using npm:

npm install

Or using yarn:

yarn install

Running the Project

Using npm:

npm run dev

Or using yarn:

yarn dev

This will start the Vite development server, and you can view the application in your browser at http://localhost:3000.

Related Projects