Game Catalog is a web application for browsing and creating game listings.
- View a list of all games
- View detailed information about a specific game
- Create a new game listing
- Edit an existing game listing
- Delete an existing game listing
- Post comments on a game
HTML
- CSS
- JavaScript
- Page.js
- LitHTML
- Clone the repository
- Install dependencies with
npm install
- Run the development server with
npm start
- Open the web application in your web browser at
http://localhost:3000
- Open server folder
cd server
- Run the server
node server.js
The server comes with premade user accounts that you can use for development:
- Email: [email protected] / Password: 123456
- Email: [email protected] / Password: 123456
This project was developed as part of a web development course on SoftUni.