Skip to content

Rashaali84/textidor-refactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textidor Refactor

This fun little project is a fullstack text editor. From the frontend a user can:

  • Get a list of all saved files
  • Create a new file
  • Edit an existing file
  • Delete an existing file

This is an in-class project from the web-apps module, check out the module repo for some practice problems before diving right in.


The Setup

  1. Clone the repo
  2. cd into the project
  3. npm install

Learning Objectives

  • Refactoring single-file servers into a folder structure

Your Task

All of the code works! Your task is to refactor the routes from the main index.js file into the /api directory following the same refactor pattern you studied in these examples and exercises.

You'll know you're done when nothing has changed ... from the user's perspective :) This exercise is all about developer experience and maintainable/testable code bases.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published