Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.2 KB

WEB ACCESSIBILITY WEBSITE

Responsive website developed to achieve theoretical knowledge and practical study on web accessibility, following good practices, such as use of contrast, alternative theme, understandable interface and easy navigation, with keyboard interaction. Project developed with Next.js, TypeScript and Tailwind.

alt text: Web Accessibility website pages.

Stacks

  • Next.js
  • TypeScript
  • Tailwind
  • Apiary
  • Styled-Components
  • IMDb API

Extra Packages Installed

Available Scripts

Clone the repository:

  $ git clone https://github.com/thiagocabralcorreia/web-accessibility

In the project directory, you can install dependencies:

  $ npm install

And run the app in the development mode:

  $ npm run dev

Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.

Web Accessibility project by Thiago Cabral Correia - 2023