Skip to content

Latest commit

 

History

History
116 lines (74 loc) · 3.53 KB

README.md

File metadata and controls

116 lines (74 loc) · 3.53 KB

CRONOS - Landing Page

Status: Finished

This is a Next.js project bootstrapped with create-next-app.

AboutTech StackPre-requisitesGetting StartedHow to contributeLearn MoreAuthor


About

This Landing Page was part of a challenge for an Entry-level Full-Stack Role focusing on Frontend by Sonica Digital.

This was my first time using Next.js 13 and Framer Motion, so it was a great learning experience on all levels. Besides, I had a great time developing this project.

You can explore it by clicking here.

The project was deployed on Vercel.

Tech Stack

The following tools were used in the construction of this application:

See the file package.json for more info.

Workspace


Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: npm, Git, VSCode.

Intial configs

# Clone this repository
$ git clone https://github.com/Lucas-zz/Sonica-Frontend-Challenge

# Access the project folder cmd/terminal
$ cd Sonica-Frontend-Challenge

# Install the dependencies
$ npm install

After this, you can start using the scripts below.


Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.


How to contribute

  1. Fork the project.
  2. Create a new branch with your changes: git checkout -b feat/myFeatureName
  3. For each feature implemented, make a commit specifying what was done
  4. Submit your changes: git push -u origin feat/myFeatureName

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!


Author


Lucas Azzolini Vieira