Overview
React Avançado is a landing page developed with NextJS for the promotion of the React Avançado course by Instructor Willian Justen on Udemy. The landing page is designed with TypeScript and NextJS, showcasing the advanced features of React, Server Side Rendering, GraphQL, and more.
Features
- Advanced React functionalities
- Server Side Rendering capabilities
- GraphQL integration
- TypeScript support
- Jest for testing
- StoryBook for component documentation
- Styling with Styled Components
Installation
To run this project on your local machine, follow the steps below:
Clone the repository from GitHub:
git clone [repository_url]Install the necessary dependencies using npm:
npm installStart the development server:
npm run devOpen your browser and visit
http://localhost:3000to see the project in action.
Summary
React Avançado is a landing page developed with NextJS to promote the React Avançado course on Udemy. It utilizes the advanced features of React, NextJS, Server Side Rendering, GraphQL, and TypeScript. With support for testing using Jest and documentation using StoryBook, React Avançado provides a comprehensive learning experience for those interested in advanced React development.