Code Monkey home page Code Monkey logo

js-frameworks-module-assignment-4-yuliiafer's Introduction

https://js-frameworks-module-assignment-4-yuliiafer.vercel.app/

JS Frameworks - Module Assignment 4 Brief Create a new app using Create Next App.

You can create an app inside the current folder using:

npx create-next-app . If your repo name has a capital letter in it make the folder name all lowercase before running the above command.

You can use a UI library like React Bootstrap or style it all on your own. The styling is not important for this assignment but every frontend project must always be responsive.

Find a URL that returns multiple results. You can use any URL except the ones used in this week's module.

You can also hardcode json and return it from an API route in pages/api/*.

All UI should be built the "Next.js" way. Don't, for example, use React Router.

Level 1 Create these 3 routes, named exactly:

"/" "/results" "/about-us" Place links to these routes in some kind of nav common to all pages.

All three pages should use a Heading component.

Home page This page should display a heading and a link to the results page.

Results page This page should make a call to your URL and display at least 2 properties from each result.

You can use either static generation or server-side rendering.

If one of the properties you display is an image source, use Next's Image component.

About us page This page should display a heading and lorem text.

Deployment Deploy your site to either Vercel or Netlify and place a link to your deployment at the top of the assignment's README.

js-frameworks-module-assignment-4-yuliiafer's People

Contributors

yuliiafer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.