GlitchScreen is an indie game store website, developed for a competition and project presentation.
The idea is to gather independent games in a modern, fast, and stylish platform focused on user experience.
Built with React, Vite, and TailwindCSS, featuring routing, API requests, and a mock server with json-server.
- React
- Vite
- React Router DOM
- Axios
- SweetAlert2
- TailwindCSS
- json-server (for simulating a backend API)
# Clone the repository
git clone https://github.com/HickSouldrow/GLITCHSCREEN.git
# Enter the server folder
cd GlitchScreen/vite-project
# Install all dependencies
npm i
# Install the main libraries
npm install react react-dom react-router-dom axios sweetalert2 json-server lucide-react
# Install TailwindCSS
npm install tailwindcss @tailwindcss/vite
# Enter the server folder
cd ../backend
# Install all dependencies
npm i
# Install concurrently
npm install --save-dev concurrently
# Run the development server
npm run start