A simple web application for a PW1 school project, designed to practice working with HTTP requests. It includes a page for viewing posts and another for creating them.
- Knowledge of JavaScript/TypeScript, React, Git
- IDE (VS Code, WebStorm, ...)
- Package manager (pnpm, npm, ...)
- Go to the project folder using
cd postboard-pw1/ - Install all dependecies using
pnpm install
- Development server:
pnpm run dev - Production:
pnpm run build & pnpm run start
| Description | Values |
|---|---|
| Ports: | 3000 |
| Technologies: | Next.js |
| URL: | http://localhost:3000/ |
This software is developed by Petr Kašpar and is licensed under the MIT License.
For more details, please refer to the LICENSE file.