Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antga/frontendmentor-submissions

This repository hosts the website that contains all of my submissions for Frontendmentor!
https://github.com/antga/frontendmentor-submissions

framer-motion frontend prettier react reactrouter tailwindcss vite

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

- [QRCODE](https://www.frontendmentor.io/solutions/qr-component-with-react-tailwind-and-vite-qNmAoFBVrJ)
- [Social Profile](https://www.frontendmentor.io/solutions/social-profile-page-with-react-tailwind-and-vite-0ZXFKmD8Ai)
- [Dessert List with Cart](https://www.frontendmentor.io/solutions/dessert-list-with-react-tailwindcss-and-vite-nAghZxSZe8)
- [Product Preview Card](https://www.frontendmentor.io/solutions/responsive-product-preview-card-with-react-tailwindcss-and-vite-dAPmwDm56f)
- [Tips Calculator](https://www.frontendmentor.io/solutions/tips-calculator-with-react-and-tailwindcss-Su4AEPEK-M)
- [MultiForm](https://www.frontendmentor.io/solutions/responsive-multiform-using-react-tailwindcss-and-vite-z6JrqrjT_k)

# 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.