Skip to content

harikshore/beyondlabs-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps To Run The Project -

  1. Clone the repository.
  2. Install the latest lts version of nvm. Use comman nvm install --lts, nvm use --lts, nvm alias default node.
  3. From root project file -> Go into front-end project cd client. Install dependencies yarn install or npm equivalent
  4. From root project file -> Go into back-end project cd server. Install dependencies yarn install or npm equivalent
  5. Start 2 terminal instances for client & server app. By navigating into client app & server app
  6. Start each app locally using the command yarn dev or npm run dev
  7. You should be able to use the working task manager app locally on default vite port http://localhost:5173/

Techstack / Framework used -

Front-end Library: React & React DOM package Backend: Node.js, Express server Database used: Sql.js (In-memory Database for simplicity)

Assumptions Made -

  1. Tasks will only be marked complete & that action cannot be undone. This is not mentioned in the assignment description.
  2. No styling done for any React components as it was mentioned visual design is not required. So didnt spend too much time into it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors