Skip to content

1-Harshit/ed-eater

Repository files navigation

Ed Eater

About Application

The application was made as a course project of CS455A: Software Development in Fall 2023 under the guidance of Dr. Sruti S Ragavan.

The application, ed-eater is a text basic text editor build to demostrate the use of various software engineering principles and practices. The application is build using React TS.

Clients: Whoever wants to

Deployment

Deployed on gh-pages. Available at https://ed-eater.harshitraj.xyz/

Configurations

The file upload size limit is set to 4 MB. This value can be altered by changing the value of REACT_APP_MAX_INPUT_SIZE in the .env global environment configuration.

Software Estimate

Estimate document that describes what the software will do and how much time it will take to develop various aspect of it. The estimate document is a living document and will be updated as the project progresses.

Link to Doc: ed eater estimate v0.1

Setup for Development

Prerequisites

  • Node.js v18.18.0 LTS
  • yarn v1.22.19
    Can install using: npm install --global yarn
  • git v2.42.0

Steps

  1. Clone the repository
    git clone https://github.com/1-harshit/ed-eater
  2. Install dependencies
    yarn install
  3. Start the development server
    yarn start
  4. Open http://localhost:3000 to view it in the browser.

Team Members

  • Harshit Raj (200433)
  • Rashmi G R (200772)
  • Akanksha Singh (200070)
  • Abhimanyu Sethia (190023)