shoebilyas123 / excelviewer2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Excel Viewer v2 - Google Sheets Clone

Table of content

Overview

The challenge

Users should be able to:

  • Create new XLSX sheets.
  • Upload, edit and then save the XLSX files after editing.

Screenshots

My process

Built with

  • Frontend - ReactJS and TailwindCSS
  • Backend - Nodejs, Express MongoDB
  • XLSX Library for parsing XLSX files.

Useful resources

  • XLSX Docs - Official documentation for XLSX library.

Project Setup

  • Clone the project
  • Run npm install in client as well as server folder.
  • Add your envs as given in the .env.example file.
  • In the root directory, run npm run start. It will run your backend and as well as frontend using concurrently.

About


Languages

Language:TypeScript 78.5%Language:JavaScript 16.3%Language:HTML 3.2%Language:CSS 1.8%Language:Dockerfile 0.3%