allanhal / archie

Home Page:https://archie-allanhal.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

yarn && yarn dev

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

Requirements:

  • Should a be NextJs project Using create-next-app is fine
  • Should use typescript
  • Use SpaceX’s graphql api to query the data required to build the exercise
  • The final result of this should be stored in a git repository and shared with Archie via email - https://github.com/allanhal/archie

Stretch Ideas:

  • Preferably use chakra ui for styled-components
  • Add a search bar that can filter through missions and only display the ones that match the current search entry
  • Use one of the server-side functions NextJS provides to fetch data or explain why you didn’t use this method - Used to fetch the latest news about Spacex (using a REST API)
  • Use apollo graphql to establish a connection to the endpoint
  • Make it mobile responsive
  • Deploy to free hosting such as Vercel/Netlify and send the link at the time of submission - https://archie-allanhal.vercel.app/
  • Feel free to also implement features that you think we’d find interesting on top of the requirements - Latest news on the bottom

About

https://archie-allanhal.vercel.app/


Languages

Language:TypeScript 88.6%Language:CSS 9.9%Language:JavaScript 1.2%Language:Shell 0.2%