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
Deployed on gh-pages. Available at https://ed-eater.harshitraj.xyz/
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.
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
- Clone the repository
git clone https://github.com/1-harshit/ed-eater
- Install dependencies
yarn install
- Start the development server
yarn start
- Open http://localhost:3000 to view it in the browser.
- Harshit Raj (200433)
- Rashmi G R (200772)
- Akanksha Singh (200070)
- Abhimanyu Sethia (190023)