You can see the actual page deployed here
- ⚛️ ReactJS - Framework for creating modern, fluid and responsive design interfaces on multiple devices, using TypeScript;
- 🇳 NextJS - React framework for considerable improvement in page structure and to facilitate indexing and server side rendering (SSR);
- 💙 TypeScript - A strongly typed programming language that builds on JavaScript, giving better tools at any scale on applications;
- 💅 Styled Components - enhanced CSS for styling React component systems, used for styling the main components and pages.
First, run the development server:
npm run dev
# or
yarn devOpen 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.

