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

https://github.com/dcdms/maker-pre-launch-landing-page

A beautiful pre-launch landing page built with Next.js.
https://github.com/dcdms/maker-pre-launch-landing-page

framer-motion nextjs react react-hook-form tailwindcss typescript zod

Last synced: about 1 year ago
JSON representation

A beautiful pre-launch landing page built with Next.js.

Awesome Lists containing this project

README

          

# Maker Pre-launch Landing Page

![Preview](./preview.jpg)

This is my solution to the ["Maker pre-launch landing page" challenge by Frontend Mentor](https://www.frontendmentor.io/challenges/maker-prelaunch-landing-page-WVZIJtKLd). Therefore, Maker is not a real company or organization.

## Running The Project 🏃

To run the project, you need to have Node.js and Git installed on your machine. You can install Node.js [here](https://nodejs.org/en/download) and Git [here](https://git-scm.com/downloads).

First, navigate to the folder where you want to keep the project folder. Then clone this repository:

```sh
git clone https://github.com/dcdm3g/maker-pre-launch-landing-page
```

Now that you have the project folder, navigate to it and install the dependencies:

```sh
cd maker-pre-launch-landing-page && npm install
```

Perfect! It's almost done! We just need to start Next.js in development mode with the following command:

```sh
npm run dev
```

Everything is ready! The application will start at http://localhost:3000 by default. See [the Next.js documentation](https://nextjs.org/docs) for more information.

## Technologies Used 🧰

- [Next.js](https://nextjs.org)
- [Tailwindcss](https://tailwindcss.com)
- [Typescript](https://typescriptlang.org)
- [React Hook Form](https://react-hook-form.com)
- [Zod](https://zod.dev)
- [Framer Motion](https://framer.com/motion)
- [Eslint](https://eslint.org)
- [Prettier](https://prettier.io)