Live Link : Sketch Board Live Link
This project is a full-stack web application replicating a sketch board layout with realtime 2D graphics using HTML5 Canvas API. It demonstrates knowledge in various technologies, including HTML, CSS, SCSS, JavaScript for the frontend, Express.js for backend server and socket.io for realtime graphics.
- HTML
- CSS
- JavaScript
- Canvas API
- Scss
- Express.js
- Socket.io
- /public
- index.html
- /app
- assets
-images
- /js
- canvas.js
- script.js
- /scss
- global
- layout
- /util
- ...
- style.scss
- app.js
- Clone the repository
git clone https://github.com/vijita-u/Amazon-Clone-ReactJs.git
- Install dependencies using npm:
npm install
- Start the development server:
node app.js
- Access the web application through your browser.
- This project was inspired by Arun M's One Stop Frontend.
This project is open-source and available under the MIT License.