Skip to content

nao-e-oEdu/GLITCHSCREEN

 
 

Repository files navigation

GlitchScreen 👨‍💻

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.

Technologies Used:

  • React
  • Vite
  • React Router DOM
  • Axios
  • SweetAlert2
  • TailwindCSS
  • json-server (for simulating a backend API)

🛠️ How to Run the Project (on the Visual Studio Code)

# 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

About

*GLITCHSCREEN* is a game webstore made for independent creators (yeah, again...).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • CSS 1.1%
  • HTML 0.3%