Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/antga/frontendmentor-submissions
- Owner: AntGa
- Created: 2024-07-25T06:40:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T05:46:52.000Z (3 months ago)
- Last Synced: 2024-09-30T16:41:12.420Z (about 2 months ago)
- Topics: framer-motion, frontend, prettier, react, reactrouter, tailwindcss, vite
- Language: TypeScript
- Homepage: https://antga.github.io/FrontEndMentor-Submissions/
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.