Track 2- News homepage solution
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a frontend mentor challenge that tests your ability to create dropdown navigation menus, a common pattern on larger sites, It will also provide some nice basic layout challenges.
This section should list frameworks/libraries used in the project.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
=======
This is a layout and grid focused task, the goal is to be able to build layouts (columns and rows)
This is a Next.js project bootstrapped with create-next-app
. As a pre-requisite you need to have Nodejs and npm
installed on your machine before you can run this project.
This guide already assumes you have Nodejs
and yarn
installed on your local machine.
-
Clone the repo
git clone https://github.com/lo0oleta/news-homepage.git
-
Install Yarn packages
yarn
-
Run the development server
npm run dev # or yarn dev # or pnpm 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. API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts. The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages. This project uses next/font to automatically optimize and load Inter, a custom Google Font.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature
) - Commit your Changes (
git commit -m 'Add some Amazing Feature'
) - Push to the Branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Twitter - (https://twitter.com/loo0ooletaa) Project Link:(https://github.com/lo0oleta/news-homepage)
Those resources were helpful and would like to give credit to. I've included a few of my favorites to kick things off!